[Gui] ViewProviderLink etc.: remove unused includes

- also put headers to PreCompiled.h
This commit is contained in:
Uwe
2022-03-06 01:11:42 +01:00
parent e0e7bc7072
commit a65c88d3c5
9 changed files with 32 additions and 41 deletions

View File

@@ -23,6 +23,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <atomic>
# include <cctype>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/actions/SoGetBoundingBoxAction.h>
# include <Inventor/details/SoDetail.h>
# include <Inventor/draggers/SoCenterballDragger.h>
@@ -37,21 +40,17 @@
# include <Inventor/nodes/SoSwitch.h>
# include <Inventor/nodes/SoTransform.h>
# include <Inventor/sensors/SoNodeSensor.h>
# include <Inventor/SoPickedPoint.h>
#include <QApplication>
#include <QMenu>
#endif
#include <atomic>
#include <boost/algorithm/string/predicate.hpp>
#include <boost_bind_bind.hpp>
#include <cctype>
#include <App/ComplexGeoData.h>
#include <Base/BoundBoxPy.h>
#include <Base/MatrixPy.h>
#include <Base/PlacementPy.h>
#include <Base/Tools.h>
#include <Gui/BitmapFactory.h>
#include "ViewProviderLink.h"
#include "ViewProviderLinkPy.h"
@@ -69,7 +68,7 @@
#include "ViewProviderGeometryObject.h"
FC_LOG_LEVEL_INIT("App::Link",true,true)
FC_LOG_LEVEL_INIT("App::Link", true, true)
using namespace Gui;
using namespace Base;