[TD] ViewProviders: remove unused includes

- also sort the includes
This commit is contained in:
Uwe
2022-02-18 04:43:32 +01:00
parent 9f8d54d804
commit 7daff0960f
10 changed files with 13 additions and 119 deletions

View File

@@ -30,18 +30,10 @@
#endif
#include <QColor>
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include <Base/Console.h>
#include <Base/Parameter.h>
#include <Base/Exception.h>
#include <Base/Sequencer.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <App/Material.h>
#include <Gui/ActionFunction.h>
#include <Gui/Command.h>
#include <Gui/Control.h>
#include <Mod/TechDraw/App/LineGroup.h>