[JtReader] remove Python.h and Xerces

This commit is contained in:
Uwe
2022-03-21 02:46:04 +01:00
parent f88be24a2f
commit aeaa44bba8
4 changed files with 1 additions and 28 deletions

View File

@@ -20,15 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
//#include <JtTk/JtkEntityFactory.h>
extern struct PyMethodDef JtReader_methods[];

View File

@@ -21,11 +21,6 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Python.h>
#include <Base/Console.h>
#include <Base/FileInfo.h>
@@ -39,6 +34,7 @@
#include <Mod/Mesh/App/MeshFeature.h>
#include "TestJtReader.h"
using std::vector;
using namespace MeshCore;

View File

@@ -12,7 +12,6 @@ include_directories(
${OCC_INCLUDE_DIR}
${ZLIB_INCLUDE_DIR}
${PYTHON_INCLUDE_PATH}
${XercesC_INCLUDE_DIRS}
${QT_INCLUDE_DIR}
)

View File

@@ -3,17 +3,12 @@
* LGPL *
***************************************************************************/
#ifndef __PRECOMPILED__
#define __PRECOMPILED__
#include <FCConfig.h>
// Importing of App classes
#ifdef FC_OS_WIN32
# define MeshExport __declspec(dllimport)
@@ -25,8 +20,6 @@
#ifdef _PreComp_
/// here get the warnings of to long specifieres disabled (needed for VC6)
#ifdef _MSC_VER
@@ -36,13 +29,11 @@
# pragma warning( disable : 4786 ) // specifier longer then 255 chars
#endif
// standard
#include <stdio.h>
#include <assert.h>
// STL
#include <algorithm>
#include <iostream>
@@ -55,15 +46,7 @@
#include <string>
#include <vector>
#include <bitset>
// Xerces
#include <xercesc/util/XercesDefs.hpp>
#endif //_PreComp_
#endif