1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-19 21:40:45 +00:00

Fix a circular include

This commit is contained in:
Chris Robinson 2013-02-09 12:46:20 -08:00
parent 34ddf69a31
commit f197c67e95

View File

@ -3,17 +3,17 @@
#include <string>
#include <vector>
#include <list>
#include "esmcommon.hpp"
#include "defs.hpp"
#include "apps/openmw/mwbase/world.hpp"
/*
namespace MWWorld {
class ESMStore;
class CellStore;
namespace MWWorld
{
class ESMStore;
}
*/
namespace ESM
{