diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 18:52:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 18:52:17 (GMT) |
commit | 86884456d9a85c1d88672691f99d99ffed9b6106 (patch) | |
tree | 7ef4004934b00387ca37c96c1ba73f127e0c170c /src/CGAL_Nef_polyhedron.h | |
parent | 6bb261bcd5922c69770c27d25f43c7c315c101a4 (diff) |
Removed unnecessary CGAL defines
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index 79d36b7..fda4bc5 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -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 |