1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 18:59:57 +00:00

Clean up ObjectCache includes

This commit is contained in:
scrawl 2016-02-09 18:11:07 +01:00
parent ce3cce24a5
commit 2e62298bd3
3 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,7 @@
#include "niffilemanager.hpp"
#include <osg/Object>
#include <components/vfs/manager.hpp>
#include "objectcache.hpp"

View file

@ -13,6 +13,8 @@
#include "objectcache.hpp"
#include <osg/Object>
namespace Resource
{

View file

@ -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