diff --git a/src/Mod/JtReader/App/AppJtReader.cpp b/src/Mod/JtReader/App/AppJtReader.cpp index bd621e5d12..156634e40e 100644 --- a/src/Mod/JtReader/App/AppJtReader.cpp +++ b/src/Mod/JtReader/App/AppJtReader.cpp @@ -20,15 +20,10 @@ * * ***************************************************************************/ - #include "PreCompiled.h" -#ifndef _PreComp_ -# include -#endif #include #include -//#include extern struct PyMethodDef JtReader_methods[]; diff --git a/src/Mod/JtReader/App/AppJtReaderPy.cpp b/src/Mod/JtReader/App/AppJtReaderPy.cpp index c11cb70a2a..521482f44a 100644 --- a/src/Mod/JtReader/App/AppJtReaderPy.cpp +++ b/src/Mod/JtReader/App/AppJtReaderPy.cpp @@ -21,11 +21,6 @@ ***************************************************************************/ #include "PreCompiled.h" -#ifndef _PreComp_ -#endif - - -#include #include #include @@ -39,6 +34,7 @@ #include #include "TestJtReader.h" + using std::vector; using namespace MeshCore; diff --git a/src/Mod/JtReader/App/CMakeLists.txt b/src/Mod/JtReader/App/CMakeLists.txt index 7e63113487..7b8d9c390b 100644 --- a/src/Mod/JtReader/App/CMakeLists.txt +++ b/src/Mod/JtReader/App/CMakeLists.txt @@ -12,7 +12,6 @@ include_directories( ${OCC_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} ${PYTHON_INCLUDE_PATH} - ${XercesC_INCLUDE_DIRS} ${QT_INCLUDE_DIR} ) diff --git a/src/Mod/JtReader/App/PreCompiled.h b/src/Mod/JtReader/App/PreCompiled.h index c3d5f032fa..150201e5a1 100644 --- a/src/Mod/JtReader/App/PreCompiled.h +++ b/src/Mod/JtReader/App/PreCompiled.h @@ -3,17 +3,12 @@ * LGPL * ***************************************************************************/ - #ifndef __PRECOMPILED__ #define __PRECOMPILED__ - - #include - - // 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 #include - // STL #include #include @@ -55,15 +46,7 @@ #include #include #include -// Xerces -#include - - - #endif //_PreComp_ #endif - - -