[Gui] Command: remove unused includes

This commit is contained in:
Uwe
2022-03-04 03:21:46 +01:00
parent 9798e6de2b
commit 41f49010bd
8 changed files with 41 additions and 70 deletions

View File

@@ -20,23 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QEvent>
# include <QSplitter>
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "ComboView.h"
#include "BitmapFactory.h"
#include "PropertyView.h"
#include "ProjectView.h"
#include "Application.h"
#include "Document.h"
#include "PropertyView.h"
#include "Tree.h"
#include "TaskView/TaskView.h"
#include "propertyeditor/PropertyEditor.h"
using namespace Gui;
using namespace Gui::DockWnd;