[Gui] ViewProviderDocument* etc.: remove unused includes

This commit is contained in:
Uwe
2022-03-06 00:01:37 +01:00
parent d6b7b91ab4
commit a830d92947
11 changed files with 55 additions and 108 deletions

View File

@@ -20,11 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <cfloat>
# include <string>
# include <QAction>
# include <QMenu>
# include <Inventor/draggers/SoDragger.h>
@@ -32,17 +31,11 @@
# include <Inventor/nodes/SoTransform.h>
#endif
#include <App/PropertyGeo.h>
#include <App/GeoFeature.h>
#include <Base/Console.h>
#include <Base/Placement.h>
#include <boost/math/special_functions/fpclassify.hpp>
#include <Gui/BitmapFactory.h>
#if (COIN_MAJOR_VERSION > 2)
#include <Inventor/nodes/SoDepthBuffer.h>
#endif
#include <Inventor/nodes/SoResetTransform.h>
#include "Application.h"
#include "BitmapFactory.h"
#include "Control.h"
#include "Document.h"
#include "SoFCCSysDragger.h"
@@ -50,7 +43,7 @@
#include "TaskCSysDragger.h"
#include "View3DInventorViewer.h"
#include "ViewProviderDragger.h"
#include "Window.h"
using namespace Gui;