Removed unnecessary CGAL defines

stl_dim
Marius Kintel 2011-11-06 19:52:17 +01:00
parent 6bb261bcd5
commit 86884456d9
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
#ifndef CGAL_NEF_POLYHEDRON_H_
#define CGAL_NEF_POLYHEDRON_H_
#ifdef ENABLE_CGAL
#include "cgalfwd.h"
#include "memory.h"
@ -29,6 +27,4 @@ public:
shared_ptr<CGAL_Nef_polyhedron3> p3;
};
#endif /* ENABLE_CGAL */
#endif

View File

@ -27,10 +27,6 @@
#include "polyset.h"
// FIXME: Reenable/rewrite - don't be dependant on GUI
// #include "Preferences.h"
#ifdef ENABLE_CGAL
#include <CGAL/assertions_behaviour.h>
#include <CGAL/exceptions.h>
#endif
#include "linalg.h"
#include <Eigen/LU>
#include <QColor>