mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-22 01:23:52 +00:00
Remove some unneeded includes
This commit is contained in:
parent
e42855d522
commit
1da19585dc
1 changed files with 1 additions and 9 deletions
|
@ -6,14 +6,9 @@
|
|||
#include <cstdio>
|
||||
#include <cmath>
|
||||
|
||||
#include <OgreRoot.h>
|
||||
#include <OgreHardwarePixelBuffer.h>
|
||||
#include <OgreRenderWindow.h>
|
||||
#include <OgreTextureManager.h>
|
||||
#include <OgreTechnique.h>
|
||||
#include <OgreRectangle2D.h>
|
||||
#include <OgreMaterialManager.h>
|
||||
#include <OgreSceneNode.h>
|
||||
#include <OgreStringConverter.h>
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
|
@ -21,9 +16,6 @@
|
|||
#include "../mwbase/soundmanager.hpp"
|
||||
#include "../mwsound/sound_decoder.hpp"
|
||||
#include "../mwsound/sound.hpp"
|
||||
#include "../mwbase/inputmanager.hpp"
|
||||
|
||||
#include "renderconst.hpp"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <BaseTsd.h>
|
||||
|
|
Loading…
Reference in a new issue