[Gui] ViewProviderPython* etc.: remove unused includes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user