[Gui] So headers: remove unused includes

- also sort out some headers to be used in precompiled headers
- also move a boost header to precompiled headers
This commit is contained in:
Uwe
2022-03-14 18:08:01 +01:00
parent 35e90db035
commit 99191c6679
32 changed files with 234 additions and 216 deletions

View File

@@ -45,15 +45,15 @@
# include <Inventor/actions/SoGetPrimitiveCountAction.h>
# include <Inventor/fields/SoSFColor.h>
# include <Inventor/fields/SoSFString.h>
# include <Inventor/nodes/SoDirectionalLight.h>
# include <Inventor/nodes/SoOrthographicCamera.h>
# include <Inventor/nodes/SoPerspectiveCamera.h>
# include <Inventor/nodes/SoSeparator.h>
#endif
#include <Inventor/nodes/SoOrthographicCamera.h>
#include <Inventor/nodes/SoPerspectiveCamera.h>
#include <App/Document.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <App/Document.h>
#include "View3DInventor.h"
#include "Application.h"