[Gui] remove more unused headers
This commit is contained in:
@@ -23,49 +23,45 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Inventor/actions/SoGetBoundingBoxAction.h>
|
||||
# include <Inventor/nodes/SoOrthographicCamera.h>
|
||||
# include <sstream>
|
||||
# include <QApplication>
|
||||
# include <QByteArray>
|
||||
# include <QDir>
|
||||
# include <QKeySequence>
|
||||
# include <QMessageBox>
|
||||
# include <Inventor/actions/SoGetBoundingBoxAction.h>
|
||||
# include <Inventor/nodes/SoOrthographicCamera.h>
|
||||
# include <Inventor/nodes/SoPerspectiveCamera.h>
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
|
||||
#include <Python.h>
|
||||
#include <frameobject.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/AutoTransaction.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Base/Tools.h>
|
||||
#include <Gui/ViewProviderLink.h>
|
||||
|
||||
#include "Command.h"
|
||||
#include "Action.h"
|
||||
#include "Application.h"
|
||||
#include "BitmapFactory.h"
|
||||
#include "Control.h"
|
||||
#include "DlgUndoRedo.h"
|
||||
#include "Document.h"
|
||||
#include "Selection.h"
|
||||
#include "frameobject.h"
|
||||
#include "Macro.h"
|
||||
#include "MainWindow.h"
|
||||
#include "DlgUndoRedo.h"
|
||||
#include "BitmapFactory.h"
|
||||
#include "WhatsThis.h"
|
||||
#include "WaitCursor.h"
|
||||
#include "Control.h"
|
||||
#include "Python.h"
|
||||
#include "Selection.h"
|
||||
#include "View3DInventor.h"
|
||||
#include "View3DInventorViewer.h"
|
||||
#include "WaitCursor.h"
|
||||
#include "WhatsThis.h"
|
||||
#include "WorkbenchManager.h"
|
||||
#include "Workbench.h"
|
||||
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Exception.h>
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Base/Sequencer.h>
|
||||
#include <Base/Tools.h>
|
||||
|
||||
#include <App/Document.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/AutoTransaction.h>
|
||||
#include <Gui/ViewProviderLink.h>
|
||||
|
||||
FC_LOG_LEVEL_INIT("Command", true, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user