[Sketch] App A - G: remove unused headers

- also some sorting
This commit is contained in:
Uwe
2022-12-11 18:14:44 +01:00
parent 7b3d759ea1
commit a139a35d24
17 changed files with 56 additions and 114 deletions

View File

@@ -25,14 +25,12 @@
# include <boost/uuid/uuid_io.hpp>
#endif
#include <Base/Console.h>
#include "ExternalGeometryFacade.h"
#include <Base/Console.h> // Only for Debug - To be removed
#include <Base/Exception.h>
#include "ExternalGeometryFacadePy.h"
using namespace Sketcher;
TYPESYSTEM_SOURCE(Sketcher::ExternalGeometryFacade,Base::BaseClass)