Skip to content
Snippets Groups Projects

Remove compile order check

Closed Max Lyon requested to merge remove_compile_order_check into master
2 files
+ 3
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -55,11 +55,7 @@
// -------------------- system settings
#include <OpenMesh/Core/System/config.h>
// -------------------- check include order
#if defined (OPENMESH_TRIMESH_ARRAY_KERNEL_HH) || \
defined (OPENMESH_POLYMESH_ARRAY_KERNEL_HH)
# error "Include MeshIO.hh before including a mesh type!"
#endif
// -------------------- OpenMesh
#include <OpenMesh/Core/IO/SR_store.hh>
#include <OpenMesh/Core/IO/IOManager.hh>
Loading