[Gui] compilation fixes for non-PCH

the recent commits were done with PCH, this is the final commit of today's header work for PCH
This commit is contained in:
Uwe
2022-02-19 06:22:08 +01:00
parent 4eeac6dde3
commit 7518dad67b
3 changed files with 18 additions and 17 deletions

View File

@@ -43,8 +43,6 @@
# include <Inventor/actions/SoHandleEventAction.h>
# include <Inventor/actions/SoRayPickAction.h>
# include <Inventor/annex/HardCopy/SoVectorizePSAction.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>
@@ -75,7 +73,9 @@
# include <QWheelEvent>
#endif
#include <sstream>
# include <Inventor/elements/SoLightModelElement.h>
# include <Inventor/elements/SoOverrideElement.h>
#include <App/GeoFeatureGroupExtension.h>
#include <Base/Console.h>
#include <Base/FileInfo.h>