[Gui] Navigation styles: remove unused includes

This commit is contained in:
Uwe
2022-03-03 02:25:21 +01:00
parent 1a9493d937
commit efa589c7c5
12 changed files with 27 additions and 134 deletions

View File

@@ -62,29 +62,28 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Inventor/actions/SoRayPickAction.h>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/SoFullPath.h>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/actions/SoRayPickAction.h>
# include <Inventor/draggers/SoDragger.h>
# include <QApplication>
#endif
#include "GestureNavigationStyle.h"
#include <QTapAndHoldGesture>
#include <App/Application.h>
#include <Base/Interpreter.h>
#include <Base/Console.h>
#include "View3DInventorViewer.h"
#include "GestureNavigationStyle.h"
#include "Application.h"
#include "SoTouchEvents.h"
#include "View3DInventorViewer.h"
#include <QTapAndHoldGesture>
#include <boost/statechart/state_machine.hpp>
#include <boost/statechart/simple_state.hpp>
#include <boost/statechart/state.hpp>
#include <boost/statechart/custom_reaction.hpp>
#include <boost/mpl/list.hpp>
#include <boost/statechart/state_machine.hpp>
#include <boost/statechart/state.hpp>
namespace sc = boost::statechart;
#define NS Gui::GestureNavigationStyle