[Surface] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 22:46:47 +01:00
parent ea5b45b92c
commit 6b04215be6
7 changed files with 1 additions and 19 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>

View File

@@ -9,7 +9,6 @@ include_directories(
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
)
set(Surface_LIBS

View File

@@ -56,9 +56,6 @@
#include <string>
#include <vector>
// Xerces
#include <xercesc/util/XercesDefs.hpp>
//opencascade
#include "OpenCascadeAll.h"
#include <GeomFill_NSections.hxx>

View File

@@ -21,12 +21,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
@@ -39,6 +34,7 @@
#include "TaskSections.h"
#include "ViewProviderExtend.h"
// use a different name to CreateCommand()
void CreateSurfaceCommands(void);

View File

@@ -13,7 +13,6 @@ include_directories(
${COIN3D_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${XercesC_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
)

View File

@@ -21,7 +21,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <sstream>
@@ -39,7 +38,6 @@
#include <Geom_BSplineCurve.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <Python.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#endif

View File

@@ -57,9 +57,6 @@
#include <string>
#include <vector>
// Xerces
#include <xercesc/util/XercesDefs.hpp>
#ifdef FC_OS_WIN32
# include <windows.h>
#endif