[TD] A* - C*: remove unused includes
- also sort includes - also sort PreCompiled.h
This commit is contained in:
@@ -22,17 +22,12 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <Base/Vector3D.h>
|
||||
#include <Base/VectorPy.h>
|
||||
|
||||
#include "Mod/TechDraw/App/CosmeticExtension.h"
|
||||
|
||||
// inclusion of the generated files (generated out of CosmeticExtensionPy.xml)
|
||||
#include "CosmeticExtensionPy.h"
|
||||
#include "CosmeticExtensionPy.cpp"
|
||||
|
||||
|
||||
using namespace TechDraw;
|
||||
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
|
||||
Reference in New Issue
Block a user