1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +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