[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 95eadf6c09
commit e20afbc154
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 */