Clean up ObjectCache includes

coverity_scan
scrawl 9 years ago
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…
Cancel
Save