[Part] Attach*: remove unneeded includes

- also sort includes
This commit is contained in:
Uwe
2022-07-09 13:20:06 +02:00
parent 8dd7fb8be1
commit 4f33fd1056
6 changed files with 71 additions and 67 deletions

View File

@@ -25,17 +25,15 @@
# include <Standard_Failure.hxx>
#endif
#include "Mod/Part/App/Attacher.h"
#include <Base/PlacementPy.h>
#include <App/DocumentObjectPy.h>
#include "AttachExtensionPy.h"
#include "TopoShapePy.h"
#include <Base/PlacementPy.h>
#include "OCCError.h"
// inclusion of the generated files (generated out of AttachableObjectPy.xml)
#include "AttachEnginePy.h"
#include "AttachEnginePy.cpp"
#include "AttachExtensionPy.h"
#include "OCCError.h"
#include "TopoShapePy.h"
using namespace Attacher;