[JtReader] remove Python.h and Xerces
This commit is contained in:
@@ -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[];
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ include_directories(
|
||||
${OCC_INCLUDE_DIR}
|
||||
${ZLIB_INCLUDE_DIR}
|
||||
${PYTHON_INCLUDE_PATH}
|
||||
${XercesC_INCLUDE_DIRS}
|
||||
${QT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user