Merge pull request #20113 from mosfet80/cleanCheck

Remove unnecessary check (duplicated)
This commit is contained in:
Chris Hennes
2025-03-11 20:26:04 +00:00
committed by GitHub
12 changed files with 2 additions and 41 deletions

View File

@@ -41,16 +41,12 @@
#include <boost/core/ignore_unused.hpp>
// Qt
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#include <QWidgetAction>
// all of Inventor
#ifndef __InventorAll__
#include <Gui/InventorAll.h>
#endif
#endif //_PreComp_

View File

@@ -58,9 +58,7 @@
#endif
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -89,9 +89,7 @@
#endif
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -53,18 +53,13 @@
#include <string>
#include <vector>
// OpenCasCade
// #include <Mod/Part/App/OpenCascadeAll.h>
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
// Inventor includes OpenGL
#ifndef __InventorAll__
# include <Gui/InventorAll.h>
#endif
#endif //_PreComp_

View File

@@ -82,14 +82,10 @@
#include <Inventor/C/glue/gl.h>
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
// Inventor includes OpenGL
#ifndef __InventorAll__
#include <Gui/InventorAll.h>
#endif
#endif //_PreComp_

View File

@@ -35,9 +35,7 @@
#include <qstringlist.h>
#endif
#ifndef __InventorAll__
#include <Gui/InventorAll.h>
#endif
#include <App/DocumentObject.h>
#include <App/DocumentObjectGroup.h>

View File

@@ -52,14 +52,10 @@
#include <vector>
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
// Inventor
#ifndef __InventorAll__
#include <Gui/InventorAll.h>
#endif
#elif defined(FC_OS_WIN32)
#ifndef NOMINMAX

View File

@@ -83,14 +83,10 @@
#include <Inventor/C/glue/gl.h>
// Qt Toolkit
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor includes OpenGL
#ifndef __InventorAll__
# include <Gui/InventorAll.h>
#endif
#endif //_PreComp_

View File

@@ -56,14 +56,10 @@
#include <TopTools_IndexedMapOfShape.hxx>
// Qt
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor
#ifndef __InventorAll__
# include <Gui/InventorAll.h>
#endif
#endif // _PreComp_
#endif // __PRECOMPILED_GUI__

View File

@@ -71,16 +71,12 @@
#include <gp_Pnt.hxx>
// Qt
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#include <QWidgetAction>
// all of Inventor
#ifndef __InventorAll__
#include <Gui/InventorAll.h>
#endif
#endif //_PreComp_

View File

@@ -47,9 +47,7 @@
#endif
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -61,9 +61,7 @@
#endif
// Qt Toolkit
#ifndef __QtAll__
#include <Gui/QtAll.h>
#endif
#endif //_PreComp_