From 817bbf81f1c9b65eb058d30ed8414420ab0dd743 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 9 Nov 2019 23:20:43 +0100 Subject: [PATCH] Fixed gcc builds with stdc++0x (M_PI no longer available) --- src/edt/edt/edtDialogs.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/edt/edt/edtDialogs.cc b/src/edt/edt/edtDialogs.cc index ae20ad27e..cf596fd37 100644 --- a/src/edt/edt/edtDialogs.cc +++ b/src/edt/edt/edtDialogs.cc @@ -20,10 +20,6 @@ */ - - -#include - #include "dbBox.h" #include "dbLayout.h"