[Gui] ViewProviderPython* etc.: remove unused includes

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

View File

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