1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00

Cleanup, remove some unused includes

This commit is contained in:
Aesylwinn 2016-04-03 18:23:06 -04:00
parent ec25998b12
commit e127c691e2
2 changed files with 0 additions and 6 deletions

View File

@ -11,10 +11,6 @@
#include <osgViewer/CompositeViewer>
#include <osgViewer/ViewerEventHandlers>
#include <osg/LightModel>
#include <osg/BoundingBox>
#include <osgGA/TrackballManipulator>
#include <osgGA/FirstPersonManipulator>
#include <components/resource/scenemanager.hpp>
#include <components/resource/resourcesystem.hpp>

View File

@ -2,8 +2,6 @@
#include <sstream>
#include <osgGA/TrackballManipulator>
#include <QEvent>
#include <components/sceneutil/util.hpp>