forked from mirror/openmw-tes3mp
[Client] Reorder includes
This commit is contained in:
parent
3d6dc74bdc
commit
b883b4c7ce
4 changed files with 37 additions and 22 deletions
|
@ -1,7 +1,8 @@
|
|||
#include "../mwworld/worldimp.hpp"
|
||||
#include <components/esm/cellid.hpp>
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
|
||||
#include "Cell.hpp"
|
||||
#include "CellController.hpp"
|
||||
#include "Main.hpp"
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
#include <components/esm/cellid.hpp>
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
#include <components/openmw-mp/Utils.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
||||
#include "../mwworld/containerstore.hpp"
|
||||
#include "../mwworld/class.hpp"
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
|
||||
#include "CellController.hpp"
|
||||
#include "Main.hpp"
|
||||
|
|
|
@ -5,12 +5,13 @@
|
|||
#include "DedicatedPlayer.hpp"
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwstate/statemanagerimp.hpp"
|
||||
#include "../mwinput/inputmanagerimp.hpp"
|
||||
|
||||
#include "../mwgui/windowmanagerimp.hpp"
|
||||
|
||||
#include "../mwclass/npc.hpp"
|
||||
|
||||
#include "../mwinput/inputmanagerimp.hpp"
|
||||
|
||||
#include "../mwmechanics/actor.hpp"
|
||||
#include "../mwmechanics/aitravel.hpp"
|
||||
#include "../mwmechanics/creaturestats.hpp"
|
||||
|
@ -18,6 +19,8 @@
|
|||
#include "../mwmechanics/mechanicsmanagerimp.hpp"
|
||||
#include "../mwmechanics/spellcasting.hpp"
|
||||
|
||||
#include "../mwstate/statemanagerimp.hpp"
|
||||
|
||||
#include "../mwworld/action.hpp"
|
||||
#include "../mwworld/cellstore.hpp"
|
||||
#include "../mwworld/customdata.hpp"
|
||||
|
|
|
@ -2,29 +2,38 @@
|
|||
// Created by koncord on 14.01.16.
|
||||
//
|
||||
|
||||
#include "../mwworld/manualref.hpp"
|
||||
#include "../mwmechanics/aitravel.hpp"
|
||||
#include <components/misc/rng.hpp>
|
||||
#include <components/esm/esmwriter.hpp>
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/journal.hpp"
|
||||
#include "../mwstate/statemanagerimp.hpp"
|
||||
#include "../mwinput/inputmanagerimp.hpp"
|
||||
#include "../mwscript/scriptmanagerimp.hpp"
|
||||
#include "../mwgui/windowmanagerimp.hpp"
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
#include "../mwworld/player.hpp"
|
||||
#include "../mwworld/customdata.hpp"
|
||||
#include "../mwmechanics/creaturestats.hpp"
|
||||
#include "../mwclass/npc.hpp"
|
||||
|
||||
#include "../mwclass/creature.hpp"
|
||||
#include "../mwmechanics/mechanicsmanagerimp.hpp"
|
||||
#include "../mwworld/cellstore.hpp"
|
||||
#include "../mwclass/npc.hpp"
|
||||
|
||||
#include "../mwdialogue/dialoguemanagerimp.hpp"
|
||||
#include "../mwworld/inventorystore.hpp"
|
||||
#include "../mwmechanics/spellcasting.hpp"
|
||||
|
||||
#include "../mwgui/inventorywindow.hpp"
|
||||
#include <components/openmw-mp/Log.hpp>
|
||||
#include <components/misc/rng.hpp>
|
||||
#include "../mwgui/windowmanagerimp.hpp"
|
||||
|
||||
#include "../mwinput/inputmanagerimp.hpp"
|
||||
|
||||
#include "../mwmechanics/aitravel.hpp"
|
||||
#include "../mwmechanics/creaturestats.hpp"
|
||||
#include "../mwmechanics/mechanicsmanagerimp.hpp"
|
||||
#include "../mwmechanics/spellcasting.hpp"
|
||||
|
||||
#include "../mwscript/scriptmanagerimp.hpp"
|
||||
|
||||
#include "../mwstate/statemanagerimp.hpp"
|
||||
|
||||
#include "../mwworld/cellstore.hpp"
|
||||
#include "../mwworld/customdata.hpp"
|
||||
#include "../mwworld/inventorystore.hpp"
|
||||
#include "../mwworld/manualref.hpp"
|
||||
#include "../mwworld/player.hpp"
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
|
||||
#include "LocalPlayer.hpp"
|
||||
#include "Networking.hpp"
|
||||
|
|
Loading…
Reference in a new issue