[Gui] So headers: remove unused includes

- also sort out some headers to be used in precompiled headers
- also move a boost header to precompiled headers
This commit is contained in:
Uwe
2022-03-14 18:08:01 +01:00
parent 35e90db035
commit 99191c6679
32 changed files with 234 additions and 216 deletions

View File

@@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <atomic>
# include <cctype>
# include <boost/algorithm/string/predicate.hpp>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/actions/SoGetBoundingBoxAction.h>
# include <Inventor/details/SoDetail.h>
@@ -44,8 +45,6 @@
#include <QMenu>
#endif
#include <boost/algorithm/string/predicate.hpp>
#include <App/ComplexGeoData.h>
#include <App/Document.h>
#include <Base/BoundBoxPy.h>