MeshPart: include boost python headers only where required

This commit is contained in:
wmayer
2022-12-19 21:49:42 +01:00
parent 5df04f51ce
commit 70a85872a9
2 changed files with 7 additions and 18 deletions

View File

@@ -26,20 +26,18 @@
# include <memory>
# include <stdexcept>
# include <vector>
# include <TopoDS.hxx>
# include <TopoDS_Edge.hxx>
# include <TopoDS_Face.hxx>
# include <boost/python.hpp>
# include <boost/python/call.hpp>
# include <boost/python/class.hpp>
# include <boost/python/copy_const_reference.hpp>
# include <boost/python/module.hpp>
# include <boost/python/return_value_policy.hpp>
# include <boost/python/wrapper.hpp>
#endif
#include <boost/python.hpp>
#include <boost/python/call.hpp>
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/module.hpp>
#include <boost/python/return_value_policy.hpp>
#include <boost/python/wrapper.hpp>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/Sparse>

View File

@@ -48,15 +48,6 @@
#include <stdexcept>
#include <vector>
// boost
#include <boost/python.hpp>
#include <boost/python/call.hpp>
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/module.hpp>
#include <boost/python/return_value_policy.hpp>
#include <boost/python/wrapper.hpp>
// OpenCasCade
#include <Bnd_Box.hxx>
#include <BndLib_Add3dCurve.hxx>