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