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:
parent
34ddf69a31
commit
f197c67e95
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue