[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

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <float.h>
# ifdef FC_OS_WIN32
@@ -43,6 +43,9 @@
# include <Inventor/actions/SoHandleEventAction.h>
# include <Inventor/actions/SoRayPickAction.h>
# include <Inventor/annex/HardCopy/SoVectorizePSAction.h>
# include <Inventor/details/SoDetail.h>
# include <Inventor/elements/SoLightModelElement.h>
# include <Inventor/elements/SoOverrideElement.h>
# include <Inventor/elements/SoViewportRegionElement.h>
# include <Inventor/events/SoEvent.h>
# include <Inventor/events/SoKeyboardEvent.h>
@@ -73,9 +76,6 @@
# include <QWheelEvent>
#endif
# include <Inventor/elements/SoLightModelElement.h>
# include <Inventor/elements/SoOverrideElement.h>
#include <App/Document.h>
#include <App/GeoFeatureGroupExtension.h>
#include <Base/Console.h>