Skip to content

Commit

Permalink
Cleaned up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Apr 17, 2018
1 parent aeeec59 commit 1d4f6c2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
7 changes: 2 additions & 5 deletions examples/osgmanipulator/osgmanipulator.cpp
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion include/osgManipulator/ScaleAxisDragger
Expand Up @@ -17,7 +17,7 @@

#include <osgManipulator/Scale1DDragger>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/LineWidth>

namespace osgManipulator {
Expand Down
1 change: 1 addition & 0 deletions include/osgManipulator/TranslateAxisDragger
Expand Up @@ -18,6 +18,7 @@
#include <osgManipulator/Translate1DDragger>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/LineWidth>

namespace osgManipulator {
Expand Down
3 changes: 0 additions & 3 deletions src/osgManipulator/ScaleAxisDragger.cpp
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions src/osgManipulator/TrackballDragger.cpp
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions src/osgManipulator/TranslateAxisDragger.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1d4f6c2

Please sign in to comment.