[Points] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-20 22:55:16 +01:00
parent 08d4ac63a3
commit bec723ba17
6 changed files with 1 additions and 9 deletions

View File

@@ -20,11 +20,7 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
@@ -35,6 +31,7 @@
#include "PropertyPointKernel.h"
#include "Structured.h"
namespace Points {
extern PyObject* initModule();
}

View File

@@ -8,7 +8,6 @@ include_directories(
${Boost_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${XercesC_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${CMAKE_BINARY_DIR}/src/3rdParty/libE57Format
${CMAKE_SOURCE_DIR}/src/3rdParty/libE57Format/include

View File

@@ -5,7 +5,6 @@ include_directories(
${EIGEN3_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
)
set(PointsGui_LIBS

View File

@@ -26,7 +26,6 @@
# include <algorithm>
# include <QFileInfo>
# include <QInputDialog>
# include <Python.h>
# include <Inventor/events/SoMouseButtonEvent.h>
#endif

View File

@@ -60,7 +60,6 @@
#include <vector>
#include <bitset>
#include <Python.h>
#ifdef FC_OS_WIN32
# include <windows.h>
#endif

View File

@@ -24,7 +24,6 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/nodes/SoCoordinate3.h>
# include <Inventor/nodes/SoDrawStyle.h>