[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

@@ -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;