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

[Client] Clean up headers in Networking

This commit is contained in:
David Cernat 2017-04-18 09:32:40 +03:00
parent ad62968397
commit 29f9453554
2 changed files with 4 additions and 10 deletions

View file

@ -32,17 +32,11 @@
#include "Networking.hpp" #include "Networking.hpp"
#include "Main.hpp" #include "Main.hpp"
#include "ProcessorInitializer.hpp"
#include "PlayerProcessor.hpp"
#include "WorldProcessor.hpp"
#include "GUIController.hpp" #include "GUIController.hpp"
#include "CellController.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 "WorldProcessor.hpp"
using namespace std; using namespace std;
using namespace mwmp; using namespace mwmp;