[Part] Topo*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-03 17:41:42 +02:00
parent a4b054c063
commit 8e9b359928
11 changed files with 127 additions and 180 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -30,12 +29,12 @@
#endif
#include "OCCError.h"
#include "TopoShape.h"
// inclusion of the generated files (generated out of TopoShapeCompSolidPy.xml)
#include "TopoShapeSolidPy.h"
#include "TopoShapeCompSolidPy.h"
#include "TopoShapeCompSolidPy.cpp"
#include "TopoShapeSolidPy.h"
using namespace Part;