1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Remove uneeded includes.

This commit is contained in:
AnyOldName3 2019-01-31 20:12:42 +00:00
parent 2761a38562
commit cfe921fb82
2 changed files with 0 additions and 6 deletions

View file

@ -1,11 +1,6 @@
#include "shadow.hpp"
#include <osgShadow/ShadowedScene>
#include <osg/CullFace>
#include <osg/Geode>
#include <osg/io_utils>
#include <osgDB/FileUtils>
#include <osgDB/ReadFile>
#include <components/settings/settings.hpp>

View file

@ -4,7 +4,6 @@
#include <osgShadow/ShadowSettings>
#include <osgShadow/ShadowedScene>
#include <components/terrain/quadtreeworld.hpp>
#include <components/shader/shadermanager.hpp>
#include "mwshadowtechnique.hpp"