X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FMasterState.hpp;h=50773a63d03e7d700b7e7e5b7c63d6da8f8b33c3;hb=38a4cffc0b6aa58e49d24c06aad7bee14cb6515d;hp=ff1769fdecf6f4db622b3c5c6579be5222210c85;hpb=ae5a7e7d8517fac406a88e9bf98fd3d5bb1728b9;p=blank.git diff --git a/src/client/MasterState.hpp b/src/client/MasterState.hpp index ff1769f..50773a6 100644 --- a/src/client/MasterState.hpp +++ b/src/client/MasterState.hpp @@ -1,10 +1,10 @@ #ifndef BLANK_CLIENT_CLIENTSTATE_HPP_ #define BLANK_CLIENT_CLIENTSTATE_HPP_ +#include "Client.hpp" #include "InitialState.hpp" #include "InteractiveState.hpp" #include "../app/State.hpp" -#include "../net/Client.hpp" #include "../net/ConnectionHandler.hpp" #include