[Gui] only include the actually used inventor files

This commit is contained in:
Uwe
2022-03-17 21:12:19 +01:00
parent 29ccaee7fd
commit 713151df03
10 changed files with 18 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,9 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <Inventor/nodes/SoCamera.h>
# include <QApplication>
#endif

View File

@@ -20,10 +20,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include "InventorAll.h"
# include <QApplication>
#endif

View File

@@ -22,12 +22,19 @@
#include "PreCompiled.h"
#ifndef __InventorAll__
# include "InventorAll.h"
#ifndef _PreComp_
# include <QColor>
# include <QDir>
# include <QFileInfo>
# include <QImage>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/actions/SoWriteAction.h>
# include <Inventor/annex/HardCopy/SoVectorizePSAction.h>
# include <Inventor/draggers/SoDragger.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/nodes/SoOrthographicCamera.h>
# include <Inventor/nodes/SoPerspectiveCamera.h>
#endif
#include <App/Application.h>

View File

@@ -22,8 +22,8 @@
#include "PreCompiled.h"
#ifndef __InventorAll__
# include "InventorAll.h"
#ifndef _PreComp_
# include <Inventor/nodes/SoCamera.h>
#endif
#include <Base/GeometryPyCXX.h>