[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:
@@ -28,15 +28,15 @@
|
||||
# include <QDir>
|
||||
# include <QPrinter>
|
||||
# include <QFileInfo>
|
||||
# include <Inventor/MarkerBitmaps.h>
|
||||
# include <Inventor/SoInput.h>
|
||||
# include <Inventor/actions/SoGetPrimitiveCountAction.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
#endif
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
#include <xercesc/util/TranscodingException.hpp>
|
||||
#include <CXX/Objects.hxx>
|
||||
#include <Inventor/MarkerBitmaps.h>
|
||||
#include <xercesc/util/TranscodingException.hpp>
|
||||
|
||||
#include <App/DocumentObjectPy.h>
|
||||
#include <App/DocumentPy.h>
|
||||
|
||||
@@ -23,12 +23,23 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <Inventor/details/SoFaceDetail.h>
|
||||
# include <Inventor/details/SoLineDetail.h>
|
||||
#endif
|
||||
|
||||
#ifdef FC_OS_MACOSX
|
||||
# include <OpenGL/gl.h>
|
||||
#else
|
||||
# ifdef FC_OS_WIN32
|
||||
# include <windows.h>
|
||||
# endif
|
||||
# include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
#include <Inventor/SoFullPath.h>
|
||||
#include <Inventor/SoPickedPoint.h>
|
||||
#include <Inventor/actions/SoGLRenderAction.h>
|
||||
#include <Inventor/actions/SoHandleEventAction.h>
|
||||
# include <Inventor/details/SoFaceDetail.h>
|
||||
# include <Inventor/details/SoLineDetail.h>
|
||||
#include <Inventor/elements/SoCacheElement.h>
|
||||
#include <Inventor/elements/SoCoordinateElement.h>
|
||||
#include <Inventor/elements/SoGLCacheContextElement.h>
|
||||
@@ -45,16 +56,6 @@
|
||||
#include <Inventor/nodes/SoMaterialBinding.h>
|
||||
#include <Inventor/nodes/SoNormalBinding.h>
|
||||
#include <Inventor/threads/SbStorage.h>
|
||||
#endif
|
||||
|
||||
#ifdef FC_OS_MACOSX
|
||||
# include <OpenGL/gl.h>
|
||||
#else
|
||||
# ifdef FC_OS_WIN32
|
||||
# include <windows.h>
|
||||
# endif
|
||||
# include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <App/Document.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user