[Draft] : remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-14 03:29:45 +01:00
parent a912e8aa95
commit 4d06111699
4 changed files with 3 additions and 30 deletions

View File

@@ -20,15 +20,12 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Python.h>
#endif
#include <Base/Console.h>
#include <Base/PyObjectBase.h>
#include <Base/Interpreter.h>
#include <Base/PyObjectBase.h>
namespace DraftUtils {
extern PyObject* initModule();