diff --git a/apps/openmw/mwmp/Main.hpp b/apps/openmw/mwmp/Main.hpp index 808d5707a..6cd02c87f 100644 --- a/apps/openmw/mwmp/Main.hpp +++ b/apps/openmw/mwmp/Main.hpp @@ -58,4 +58,4 @@ namespace mwmp }; } -#endif //OPENMW_MWMP_MAIN \ No newline at end of file +#endif //OPENMW_MWMP_MAIN diff --git a/apps/openmw/mwmp/Networking.cpp b/apps/openmw/mwmp/Networking.cpp index 20354af2c..93b229a7c 100644 --- a/apps/openmw/mwmp/Networking.cpp +++ b/apps/openmw/mwmp/Networking.cpp @@ -32,17 +32,11 @@ #include "Networking.hpp" #include "Main.hpp" -#include "GUIController.hpp" -#include "CellController.hpp" -#include "MechanicsHelper.hpp" -#include "LocalPlayer.hpp" -#include "DedicatedPlayer.hpp" -#include "LocalPlayer.hpp" -#include "GUIController.hpp" -#include "Main.hpp" -#include "PlayerProcessor.hpp" #include "ProcessorInitializer.hpp" +#include "PlayerProcessor.hpp" #include "WorldProcessor.hpp" +#include "GUIController.hpp" +#include "CellController.hpp" using namespace std; using namespace mwmp;