[Import] remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-11-25 04:08:26 +01:00
parent 0df31f9af1
commit f340176f1c
21 changed files with 221 additions and 343 deletions

View File

@@ -21,15 +21,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include "StepShapePy.h"
#include "StepShape.h"
#include "StepShapePy.h"
namespace Import {
extern PyObject* initModule();