Skip to content
Snippets Groups Projects
Commit d5697f16 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.

parent 3b2f9768
Branches
Tags
1 merge request!135TriangleBSPT: fix preprocessor guard, avoid unnecessary forward declaration.
......@@ -222,13 +222,8 @@ public:
};
#ifdef ENABLE_OPENVOLUMEMESH
namespace OpenVolumeMesh {
class VertexHandle;
class FaceHandle;
}
#ifdef ENABLE_OPENVOLUMEMESH_SUPPORT
#include <OpenVolumeMesh/Core/PropertyHandles.hh>
//== CLASS DEFINITION =========================================================
// Make sure all faces of the mesh have valence 3.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment