diff options
-rw-r--r-- | cgal.pri | 1 | ||||
-rw-r--r-- | src/CSGTermEvaluator.h | 4 | ||||
-rw-r--r-- | src/dxfdata.h | 3 | ||||
-rw-r--r-- | src/linalg.h | 4 |
4 files changed, 1 insertions, 11 deletions
@@ -1,6 +1,5 @@ cgal { DEFINES += ENABLE_CGAL - CONFIG(mingw-cross-env):DEFINES += BOOST_STATIC BOOST_THREAD_USE_LIB Boost_USE_STATIC_LIBS isEmpty(DEPLOYDIR) { # Optionally specify location of CGAL using the diff --git a/src/CSGTermEvaluator.h b/src/CSGTermEvaluator.h index 9d1fabe..3a8122b 100644 --- a/src/CSGTermEvaluator.h +++ b/src/CSGTermEvaluator.h @@ -7,10 +7,6 @@ #include <cstddef> #include "visitor.h" -#if defined __WIN32__ && ! defined _MSC_VER -#include <cstddef> -#endif - class CSGTermEvaluator : public Visitor { public: diff --git a/src/dxfdata.h b/src/dxfdata.h index 17da1b9..7eea6a9 100644 --- a/src/dxfdata.h +++ b/src/dxfdata.h @@ -1,8 +1,5 @@ #ifndef DXFDATA_H_ #define DXFDATA_H_ -#ifndef EIGEN_DONT_ALIGN -#define EIGEN_DONT_ALIGN -#endif #include "linalg.h" #include <vector> diff --git a/src/linalg.h b/src/linalg.h index 744e810..e20d8d8 100644 --- a/src/linalg.h +++ b/src/linalg.h @@ -1,8 +1,6 @@ #ifndef LINALG_H_ #define LINALG_H_ -#ifndef EIGEN_DONT_ALIGN -#define EIGEN_DONT_ALIGN -#endif + #include <Eigen/Core> #include <Eigen/Geometry> #include <Eigen/Dense> |