mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 12:39:59 +00:00
Clean up ObjectCache includes
This commit is contained in:
parent
ce3cce24a5
commit
2e62298bd3
@ -1,5 +1,7 @@
|
||||
#include "niffilemanager.hpp"
|
||||
|
||||
#include <osg/Object>
|
||||
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
#include "objectcache.hpp"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "objectcache.hpp"
|
||||
|
||||
#include <osg/Object>
|
||||
|
||||
namespace Resource
|
||||
{
|
||||
|
||||
|
@ -17,13 +17,18 @@
|
||||
#ifndef OPENMW_COMPONENTS_RESOURCE_OBJECTCACHE
|
||||
#define OPENMW_COMPONENTS_RESOURCE_OBJECTCACHE
|
||||
|
||||
#include <osg/Node>
|
||||
|
||||
#include <osgDB/ReaderWriter>
|
||||
#include <osgDB/DatabaseRevisions>
|
||||
#include <osg/Referenced>
|
||||
#include <osg/ref_ptr>
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
namespace osg
|
||||
{
|
||||
class Object;
|
||||
class State;
|
||||
}
|
||||
|
||||
namespace Resource {
|
||||
|
||||
class ObjectCache : public osg::Referenced
|
||||
|
Loading…
x
Reference in New Issue
Block a user