[Gui] ViewProviderOrigin* etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-06 01:44:33 +01:00
parent c613304473
commit cfd00bbf63
11 changed files with 39 additions and 95 deletions

View File

@@ -20,24 +20,15 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QApplication>
# include <QPixmap>
#endif
#include <App/DocumentObjectGroup.h>
#include <App/Document.h>
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "ViewProviderMaterialObject.h"
#include "Application.h"
#include "Command.h"
#include "BitmapFactory.h"
#include "Document.h"
#include "Tree.h"
using namespace Gui;