[JtReader] remove unused includes

- also sort some headers out to PreCompiled.h
This commit is contained in:
Uwe
2022-03-21 18:16:56 +01:00
parent 30cde82d30
commit 55dc4f33a7
6 changed files with 22 additions and 32 deletions

View File

@@ -22,24 +22,20 @@
#include "PreCompiled.h"
#include <App/Application.h>
#include <App/Document.h>
#include <Base/Console.h>
#include <Base/FileInfo.h>
#include <Base/PyObjectBase.h>
#include <App/Application.h>
#include <App/Document.h>
#include <Mod/Mesh/App/Core/MeshKernel.h>
#include <Mod/Mesh/App/Core/Elements.h>
#include <Mod/Mesh/App/MeshPy.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include "TestJtReader.h"
using std::vector;
using namespace MeshCore;
//using namespace JtReader;
/* module functions */

View File

@@ -20,20 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include "FcLodHandler.h"
void FcLodHandler::startLod()
{
Base::Console().Log("FcLodHandler::startLod()");

View File

@@ -1,20 +1,17 @@
#include "JtReader.h"
#include <iostream>
#include <fstream>
#include <vector>
#include <assert.h>
#include <stdint.h>
#include <fstream>
#include <iostream>
#include <vector>
#include "TOC_Entry.h"
#include "GUID.h"
#include "UChar.h"
#include "I32.h"
#include "TOC_Entry.h"
#include "LodHandler.h"
#include "Segment_Header.h"
#include "Element_Header.h"
#include "Segment_Header.h"
#include "TOC_Entry.h"
#include "UChar.h"
using namespace std;

View File

@@ -3,16 +3,19 @@
* LGPL *
***************************************************************************/
#include <sys/types.h>
#include "PreCompiled.h"
#ifndef _PreComp_
#include <string.h>
#include <strstream>
#include <vector>
#include <sys/types.h>
#endif
#include <JtTk/JtkCADImporter.h>
#include <JtTk/JtkCADExporter.h>
#include <JtTk/JtkTraverser.h>
#include <JtTk/JtkEntityFactory.h>
#include <JtTk/JtkAttrib.h>
#include <JtTk/JtkStandard.h>
#include <JtTk/JtkTraverser.h>
using std::string;
using std::vector;

View File

@@ -36,6 +36,7 @@
// STL
#include <algorithm>
#include <bitset>
#include <iostream>
#include <list>
#include <map>
@@ -44,8 +45,11 @@
#include <sstream>
#include <stack>
#include <string>
#include <strstream>
#include <vector>
#include <bitset>
// sys
#include <sys/types.h>
#endif //_PreComp_

View File

@@ -22,12 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <vector>
#endif
#include <iostream>
#include <fstream>
#include <Base/Console.h>
#include <Base/FileInfo.h>