]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
move server and client stuff around
[blank.git] / src / client / InteractiveState.hpp
index 77e02c35365d9e2484a7ad7f0f652aa680dd167a..8cf9246a56d61a58c9be8fa5a04b4387fadd25b3 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef BLANK_CLIENT_INTERACTIVESTATE_HPP_
 #define BLANK_CLIENT_INTERACTIVESTATE_HPP_
 
+#include "ChunkReceiver.hpp"
 #include "ChunkRequester.hpp"
 #include "../app/IntervalTimer.hpp"
 #include "../app/State.hpp"
 #include "../io/WorldSave.hpp"
 #include "../model/Skeletons.hpp"
-#include "../net/ChunkReceiver.hpp"
 #include "../ui/Interface.hpp"
 #include "../world/BlockTypeRegistry.hpp"
 #include "../world/ChunkRenderer.hpp"