1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

Remove unused includes

This commit is contained in:
scrawl 2017-03-14 03:45:37 +01:00
parent 5044816770
commit 7f5beb3172
4 changed files with 1 additions and 9 deletions

View file

@ -11,11 +11,6 @@ namespace osg
class Texture2D;
}
namespace SceneUtil
{
class PositionAttitudeTransform;
}
namespace Resource
{
class SceneManager;

View file

@ -5,7 +5,7 @@
#include <OpenThreads/Mutex>
#include <deque>
#include <set>
namespace osg
{

View file

@ -1,6 +1,5 @@
#include "material.hpp"
#include <iostream>
#include <stdexcept>
#include <osg/Depth>

View file

@ -1,8 +1,6 @@
#ifndef COMPONENTS_TERRAIN_QUADTREEWORLD_H
#define COMPONENTS_TERRAIN_QUADTREEWORLD_H
#include <map>
#include "world.hpp"
#include <OpenThreads/Mutex>