[Gui] ViewProviderPython* etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-06 02:24:52 +01:00
parent a345a226d5
commit 8f4053e31d
10 changed files with 39 additions and 76 deletions

View File

@@ -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