[Gui] ViewProviderPython* etc.: remove unused includes
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <Inventor/SbBox.h>
|
||||
#include <Inventor/SbClip.h>
|
||||
#include <Inventor/SbColor.h>
|
||||
#include <Inventor/SbRotation.h>
|
||||
#include <Inventor/SoDB.h>
|
||||
#include <Inventor/SoInput.h>
|
||||
#include <Inventor/SoInteraction.h>
|
||||
|
||||
@@ -20,44 +20,20 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <sstream>
|
||||
# include <QApplication>
|
||||
# include <Inventor/SoPickedPoint.h>
|
||||
# include <Inventor/events/SoMouseButtonEvent.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoBaseColor.h>
|
||||
# include <Inventor/nodes/SoFontStyle.h>
|
||||
# include <Inventor/nodes/SoPickStyle.h>
|
||||
# include <Inventor/nodes/SoText2.h>
|
||||
# include <Inventor/nodes/SoTranslation.h>
|
||||
# include <Inventor/nodes/SoCoordinate3.h>
|
||||
# include <Inventor/nodes/SoIndexedLineSet.h>
|
||||
# include <Inventor/nodes/SoIndexedPointSet.h>
|
||||
# include <Inventor/nodes/SoMarkerSet.h>
|
||||
# include <Inventor/nodes/SoDrawStyle.h>
|
||||
#endif
|
||||
|
||||
#include <Inventor/nodes/SoMaterial.h>
|
||||
#include <Inventor/nodes/SoAnnotation.h>
|
||||
#include <Inventor/details/SoLineDetail.h>
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
#include "ViewProviderPlacement.h"
|
||||
#include "SoFCSelection.h"
|
||||
#include "SoFCUnifiedSelection.h"
|
||||
#include "Application.h"
|
||||
#include "Document.h"
|
||||
#include "View3DInventorViewer.h"
|
||||
#include "Inventor/SoAutoZoomTranslation.h"
|
||||
#include "SoAxisCrossKit.h"
|
||||
//#include <SoDepthBuffer.h>
|
||||
|
||||
#include <App/PropertyGeo.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/MeasureDistance.h>
|
||||
#include <Base/Console.h>
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
|
||||
@@ -20,14 +20,13 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_ViewProviderPlacement_H
|
||||
#define GUI_ViewProviderPlacement_H
|
||||
|
||||
#include "AxisOrigin.h"
|
||||
#include "ViewProviderGeometryObject.h"
|
||||
#include "ViewProviderPythonFeature.h"
|
||||
#include <QObject>
|
||||
|
||||
|
||||
class SoFontStyle;
|
||||
class SoText2;
|
||||
|
||||
@@ -21,22 +21,20 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <Inventor/nodes/SoAsciiText.h>
|
||||
# include <Inventor/nodes/SoCoordinate3.h>
|
||||
# include <Inventor/nodes/SoFont.h>
|
||||
# include <Inventor/nodes/SoIndexedLineSet.h>
|
||||
# include <Inventor/nodes/SoPickStyle.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoTranslation.h>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderPlane.h"
|
||||
#include "ViewProviderOrigin.h"
|
||||
|
||||
#include "ViewProviderPlane.h"
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
|
||||
@@ -20,27 +20,22 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <Inventor/SbRotation.h>
|
||||
# include <Inventor/SoFullPath.h>
|
||||
# include <Inventor/details/SoDetail.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
#include <Inventor/nodes/SoSwitch.h>
|
||||
# include <QByteArray>
|
||||
# include <QDataStream>
|
||||
#endif
|
||||
|
||||
#include <Inventor/SoDB.h>
|
||||
#include <Inventor/actions/SoWriteAction.h>
|
||||
#include <Inventor/nodes/SoCone.h>
|
||||
#include <Inventor/nodes/SoSeparator.h>
|
||||
#include <Inventor/nodes/SoSwitch.h>
|
||||
#include <Inventor/details/SoDetail.h>
|
||||
#include "SoFCDB.h"
|
||||
|
||||
#include "ViewProvider.h"
|
||||
#include "PythonWrapper.h"
|
||||
|
||||
#include <Base/BoundBoxPy.h>
|
||||
|
||||
#include "PythonWrapper.h"
|
||||
#include "SoFCDB.h"
|
||||
|
||||
// inclusion of the generated files (generated out of ViewProviderPy2.xml)
|
||||
#include <Gui/ViewProviderPy.h>
|
||||
#include <Gui/ViewProviderPy.cpp>
|
||||
@@ -54,6 +49,7 @@
|
||||
#include <App/DocumentObject.h>
|
||||
#include <App/DocumentObjectPy.h>
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
// returns a string which represent the object e.g. when printed in python
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
@@ -30,7 +29,6 @@
|
||||
# include <QFileInfo>
|
||||
# include <QMenu>
|
||||
# include <QPixmap>
|
||||
# include <boost_bind_bind.hpp>
|
||||
# include <Inventor/SoPickedPoint.h>
|
||||
# include <Inventor/details/SoDetail.h>
|
||||
#endif
|
||||
@@ -48,7 +46,7 @@
|
||||
#include "ViewProviderDocumentObjectPy.h"
|
||||
|
||||
|
||||
FC_LOG_LEVEL_INIT("ViewProviderPythonFeature",true,true)
|
||||
FC_LOG_LEVEL_INIT("ViewProviderPythonFeature", true, true)
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
@@ -20,18 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_VIEWPROVIDERPYTHONFEATURE_H
|
||||
#define GUI_VIEWPROVIDERPYTHONFEATURE_H
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <App/AutoTransaction.h>
|
||||
#include <Gui/ViewProviderGeometryObject.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <App/PropertyPythonObject.h>
|
||||
#include <App/DynamicProperty.h>
|
||||
#include <App/FeaturePython.h>
|
||||
|
||||
#include "ViewProviderGeometryObject.h"
|
||||
#include "Document.h"
|
||||
|
||||
|
||||
class SoSensor;
|
||||
class SoDragger;
|
||||
class SoNode;
|
||||
|
||||
@@ -20,24 +20,22 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QMenu>
|
||||
# include <QPlainTextEdit>
|
||||
# include <boost_bind_bind.hpp>
|
||||
#endif
|
||||
|
||||
#include <Base/Type.h>
|
||||
#include <Gui/ViewProviderDocumentObject.h>
|
||||
#include <Gui/TextDocumentEditorView.h>
|
||||
#include <Gui/MainWindow.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/ActionFunction.h>
|
||||
#include <Gui/PythonEditor.h>
|
||||
|
||||
#include "ViewProviderTextDocument.h"
|
||||
#include "ActionFunction.h"
|
||||
#include "Document.h"
|
||||
#include "MainWindow.h"
|
||||
#include "PythonEditor.h"
|
||||
#include "TextDocumentEditorView.h"
|
||||
#include "ViewProviderDocumentObject.h"
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
@@ -20,13 +20,12 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_ViewProviderTextDocument_H
|
||||
#define GUI_ViewProviderTextDocument_H
|
||||
|
||||
|
||||
#include "ViewProviderDocumentObject.h"
|
||||
#include <QPointer>
|
||||
#include "ViewProviderDocumentObject.h"
|
||||
|
||||
|
||||
class QPlainTextEdit;
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <sstream>
|
||||
# include <Inventor/SoDB.h>
|
||||
# include <Inventor/SoInput.h>
|
||||
# include <Inventor/SoFullPath.h>
|
||||
# include <Inventor/SoInput.h>
|
||||
# include <Inventor/actions/SoSearchAction.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoTransform.h>
|
||||
@@ -34,24 +34,23 @@
|
||||
# include <QFileInfo>
|
||||
#endif
|
||||
|
||||
#include <Inventor/nodes/SoFile.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLInline.h>
|
||||
#include <Inventor/lists/SbStringList.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLAnchor.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLAudioClip.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLBackground.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLImageTexture.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLInline.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLMovieTexture.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLScript.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLBackground.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLAudioClip.h>
|
||||
#include <Inventor/VRMLnodes/SoVRMLAnchor.h>
|
||||
#include <Inventor/lists/SbStringList.h>
|
||||
|
||||
#include <App/Document.h>
|
||||
#include <App/VRMLObject.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/FileInfo.h>
|
||||
|
||||
#include "ViewProviderVRMLObject.h"
|
||||
#include "SoFCSelection.h"
|
||||
#include <App/VRMLObject.h>
|
||||
#include <App/Document.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/Stream.h>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user