[Client] Reorder includes

0.6.1
David Cernat 8 years ago
parent 3d6dc74bdc
commit b883b4c7ce

@ -1,7 +1,8 @@
#include "../mwworld/worldimp.hpp"
#include <components/esm/cellid.hpp> #include <components/esm/cellid.hpp>
#include <components/openmw-mp/Log.hpp> #include <components/openmw-mp/Log.hpp>
#include "../mwworld/worldimp.hpp"
#include "Cell.hpp" #include "Cell.hpp"
#include "CellController.hpp" #include "CellController.hpp"
#include "Main.hpp" #include "Main.hpp"

@ -1,10 +1,12 @@
#include "../mwbase/environment.hpp"
#include "../mwworld/worldimp.hpp"
#include <components/esm/cellid.hpp> #include <components/esm/cellid.hpp>
#include <components/openmw-mp/Log.hpp> #include <components/openmw-mp/Log.hpp>
#include <components/openmw-mp/Utils.hpp> #include <components/openmw-mp/Utils.hpp>
#include "../mwbase/environment.hpp"
#include "../mwworld/containerstore.hpp" #include "../mwworld/containerstore.hpp"
#include "../mwworld/class.hpp" #include "../mwworld/class.hpp"
#include "../mwworld/worldimp.hpp"
#include "CellController.hpp" #include "CellController.hpp"
#include "Main.hpp" #include "Main.hpp"

@ -5,12 +5,13 @@
#include "DedicatedPlayer.hpp" #include "DedicatedPlayer.hpp"
#include "../mwbase/environment.hpp" #include "../mwbase/environment.hpp"
#include "../mwstate/statemanagerimp.hpp"
#include "../mwinput/inputmanagerimp.hpp"
#include "../mwgui/windowmanagerimp.hpp" #include "../mwgui/windowmanagerimp.hpp"
#include "../mwclass/npc.hpp" #include "../mwclass/npc.hpp"
#include "../mwinput/inputmanagerimp.hpp"
#include "../mwmechanics/actor.hpp" #include "../mwmechanics/actor.hpp"
#include "../mwmechanics/aitravel.hpp" #include "../mwmechanics/aitravel.hpp"
#include "../mwmechanics/creaturestats.hpp" #include "../mwmechanics/creaturestats.hpp"
@ -18,6 +19,8 @@
#include "../mwmechanics/mechanicsmanagerimp.hpp" #include "../mwmechanics/mechanicsmanagerimp.hpp"
#include "../mwmechanics/spellcasting.hpp" #include "../mwmechanics/spellcasting.hpp"
#include "../mwstate/statemanagerimp.hpp"
#include "../mwworld/action.hpp" #include "../mwworld/action.hpp"
#include "../mwworld/cellstore.hpp" #include "../mwworld/cellstore.hpp"
#include "../mwworld/customdata.hpp" #include "../mwworld/customdata.hpp"

@ -2,29 +2,38 @@
// Created by koncord on 14.01.16. // Created by koncord on 14.01.16.
// //
#include "../mwworld/manualref.hpp" #include <components/misc/rng.hpp>
#include "../mwmechanics/aitravel.hpp"
#include <components/esm/esmwriter.hpp> #include <components/esm/esmwriter.hpp>
#include <components/openmw-mp/Log.hpp>
#include "../mwbase/environment.hpp" #include "../mwbase/environment.hpp"
#include "../mwbase/journal.hpp" #include "../mwbase/journal.hpp"
#include "../mwstate/statemanagerimp.hpp"
#include "../mwinput/inputmanagerimp.hpp" #include "../mwclass/creature.hpp"
#include "../mwscript/scriptmanagerimp.hpp" #include "../mwclass/npc.hpp"
#include "../mwdialogue/dialoguemanagerimp.hpp"
#include "../mwgui/inventorywindow.hpp"
#include "../mwgui/windowmanagerimp.hpp" #include "../mwgui/windowmanagerimp.hpp"
#include "../mwworld/worldimp.hpp"
#include "../mwworld/player.hpp" #include "../mwinput/inputmanagerimp.hpp"
#include "../mwworld/customdata.hpp"
#include "../mwmechanics/aitravel.hpp"
#include "../mwmechanics/creaturestats.hpp" #include "../mwmechanics/creaturestats.hpp"
#include "../mwclass/npc.hpp"
#include "../mwclass/creature.hpp"
#include "../mwmechanics/mechanicsmanagerimp.hpp" #include "../mwmechanics/mechanicsmanagerimp.hpp"
#include "../mwmechanics/spellcasting.hpp"
#include "../mwscript/scriptmanagerimp.hpp"
#include "../mwstate/statemanagerimp.hpp"
#include "../mwworld/cellstore.hpp" #include "../mwworld/cellstore.hpp"
#include "../mwdialogue/dialoguemanagerimp.hpp" #include "../mwworld/customdata.hpp"
#include "../mwworld/inventorystore.hpp" #include "../mwworld/inventorystore.hpp"
#include "../mwmechanics/spellcasting.hpp" #include "../mwworld/manualref.hpp"
#include "../mwgui/inventorywindow.hpp" #include "../mwworld/player.hpp"
#include <components/openmw-mp/Log.hpp> #include "../mwworld/worldimp.hpp"
#include <components/misc/rng.hpp>
#include "LocalPlayer.hpp" #include "LocalPlayer.hpp"
#include "Networking.hpp" #include "Networking.hpp"

Loading…
Cancel
Save