1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-21 10:41:35 +00:00

Minor cleanup

This commit is contained in:
scrawl 2015-06-03 03:02:43 +02:00
parent 2883ecc19a
commit cd47dff196
2 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@
#include <osgViewer/CompositeViewer> #include <osgViewer/CompositeViewer>
#include <osgViewer/ViewerEventHandlers> #include <osgViewer/ViewerEventHandlers>
#include <osg/LightModel> #include <osg/LightModel>
#include <osg/io_utils>
#include <components/resource/scenemanager.hpp> #include <components/resource/scenemanager.hpp>

View file

@ -30,8 +30,6 @@
#include <osg/Material> #include <osg/Material>
#include <osg/TexEnvCombine> #include <osg/TexEnvCombine>
#include <osg/io_utils>
namespace Terrain namespace Terrain
{ {