1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

moved some includes around

This commit is contained in:
Marc Zinnschlag 2010-08-03 13:32:37 +02:00
parent 33b6a0b800
commit 93754b2851
3 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,8 @@
#include <components/esm/loadnpc.hpp> #include <components/esm/loadnpc.hpp>
#include "../mwmechanics/creaturestats.hpp"
#include "../mwworld/ptr.hpp" #include "../mwworld/ptr.hpp"
namespace MWClass namespace MWClass

View file

@ -9,6 +9,8 @@
#include "../mwworld/class.hpp" #include "../mwworld/class.hpp"
#include "../mwmechanics/creaturestats.hpp"
#include "interpretercontext.hpp" #include "interpretercontext.hpp"
namespace MWScript namespace MWScript

View file

@ -9,8 +9,6 @@
#include <components/esm/loadnpc.hpp> #include <components/esm/loadnpc.hpp>
#include <components/esm_store/cell_store.hpp> #include <components/esm_store/cell_store.hpp>
#include "../mwmechanics/creaturestats.hpp"
#include "refdata.hpp" #include "refdata.hpp"
namespace MWWorld namespace MWWorld