[Gui] Selection: remove unused includes

This commit is contained in:
Uwe
2022-03-05 04:21:58 +01:00
parent 4147337715
commit 7184f2b93b
11 changed files with 64 additions and 82 deletions

View File

@@ -22,17 +22,18 @@
#include "PreCompiled.h"
#include "SelectionObject.h"
#include "Selection.h"
#include <Base/GeometryPyCXX.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <App/Application.h>
#include <Base/GeometryPyCXX.h>
#include "Selection.h"
#include "SelectionObject.h"
// inclusion of the generated files (generated out of SelectionObjectPy.xml)
#include "SelectionObjectPy.h"
#include "SelectionObjectPy.cpp"
using namespace Gui;
// returns a string which represents the object e.g. when printed in python