[Gui] ViewProviderLink etc.: remove unused includes

- also put headers to PreCompiled.h
This commit is contained in:
Uwe
2022-03-06 01:11:42 +01:00
parent e0e7bc7072
commit a65c88d3c5
9 changed files with 32 additions and 41 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 "ViewProviderLine.h"
#include "ViewProviderOrigin.h"
#include "ViewProviderLine.h"
using namespace Gui;