Remove unnecessary check (duplicated)

before including the library, it is uselessly checked if the variable __QtAll__ and __InventorAll__ have been defined. The same check is performed again once the library is included
This commit is contained in:
Andrea
2025-03-10 21:52:48 +01:00
parent 5a1170c795
commit 078e315d8f
12 changed files with 3 additions and 42 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_