Cleaned up includes

This commit is contained in:
Robert Osfield 2018-04-17 09:20:23 +01:00
parent aeeec59f33
commit 1d4f6c2543
6 changed files with 4 additions and 16 deletions

View File

@ -16,11 +16,12 @@
* THE SOFTWARE.
*/
#include <osg/CoordinateSystemNode>
#include <osg/Material>
#include <osgDB/ReadFile>
#include <osgUtil/Optimizer>
#include <osgViewer/Viewer>
#include <osgViewer/ViewerEventHandlers>
#include <osg/CoordinateSystemNode>
#include <osgText/Text>
#include <osgManipulator/TabBoxDragger>
@ -37,10 +38,6 @@
#include <osgManipulator/RotateCylinderDragger>
#include <osgManipulator/AntiSquish>
#include <osg/ShapeDrawable>
#include <osg/MatrixTransform>
#include <osg/Geometry>
#include <osg/Material>
#include <osg/io_utils>
#include <iostream>

View File

@ -17,7 +17,7 @@
#include <osgManipulator/Scale1DDragger>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/LineWidth>
namespace osgManipulator {

View File

@ -18,6 +18,7 @@
#include <osgManipulator/Translate1DDragger>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/LineWidth>
namespace osgManipulator {

View File

@ -14,10 +14,7 @@
#include <osgManipulator/ScaleAxisDragger>
#include <osg/ShapeDrawable>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/Quat>
using namespace osgManipulator;

View File

@ -15,10 +15,7 @@
#include <osgManipulator/TrackballDragger>
#include <osgManipulator/AntiSquish>
#include <osg/ShapeDrawable>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/PolygonMode>
#include <osg/CullFace>
#include <osg/Quat>

View File

@ -14,10 +14,6 @@
#include <osgManipulator/TranslateAxisDragger>
#include <osg/ShapeDrawable>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/Quat>
using namespace osgManipulator;