Cleaned up includes
This commit is contained in:
parent
aeeec59f33
commit
1d4f6c2543
@ -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>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include <osgManipulator/Scale1DDragger>
|
||||
#include <osg/ShapeDrawable>
|
||||
#include <osg/Geometry>
|
||||
#include <osg/Geode>
|
||||
#include <osg/LineWidth>
|
||||
|
||||
namespace osgManipulator {
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <osgManipulator/Translate1DDragger>
|
||||
#include <osg/ShapeDrawable>
|
||||
#include <osg/Geometry>
|
||||
#include <osg/Geode>
|
||||
#include <osg/LineWidth>
|
||||
|
||||
namespace osgManipulator {
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user