1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:39:44 +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
{