1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 10:39:39 +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 <string>
#include <vector> #include <vector>
#include <list>
#include "esmcommon.hpp" #include "esmcommon.hpp"
#include "defs.hpp" #include "defs.hpp"
#include "apps/openmw/mwbase/world.hpp"
/*
namespace MWWorld { namespace MWWorld
class ESMStore; {
class CellStore; class ESMStore;
} }
*/
namespace ESM namespace ESM
{ {