[Gui] Selection: remove unused includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user