mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 15:09:39 +00:00
Remove unused includes
This commit is contained in:
parent
5044816770
commit
7f5beb3172
4 changed files with 1 additions and 9 deletions
|
@ -11,11 +11,6 @@ namespace osg
|
||||||
class Texture2D;
|
class Texture2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace SceneUtil
|
|
||||||
{
|
|
||||||
class PositionAttitudeTransform;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace Resource
|
namespace Resource
|
||||||
{
|
{
|
||||||
class SceneManager;
|
class SceneManager;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#include <OpenThreads/Mutex>
|
#include <OpenThreads/Mutex>
|
||||||
|
|
||||||
#include <deque>
|
#include <set>
|
||||||
|
|
||||||
namespace osg
|
namespace osg
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include "material.hpp"
|
#include "material.hpp"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#include <osg/Depth>
|
#include <osg/Depth>
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef COMPONENTS_TERRAIN_QUADTREEWORLD_H
|
#ifndef COMPONENTS_TERRAIN_QUADTREEWORLD_H
|
||||||
#define COMPONENTS_TERRAIN_QUADTREEWORLD_H
|
#define COMPONENTS_TERRAIN_QUADTREEWORLD_H
|
||||||
|
|
||||||
#include <map>
|
|
||||||
|
|
||||||
#include "world.hpp"
|
#include "world.hpp"
|
||||||
|
|
||||||
#include <OpenThreads/Mutex>
|
#include <OpenThreads/Mutex>
|
||||||
|
|
Loading…
Reference in a new issue