diff options
Diffstat (limited to '')
-rw-r--r-- | source/ClientHandle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index e32e03f16..1585a08b0 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -23,8 +23,8 @@ #include "ChatColor.h" #include "OSSupport/Socket.h" #include "OSSupport/Timer.h" -#include "items/ItemHandler.h" -#include "blocks/BlockHandler.h" +#include "Items/ItemHandler.h" +#include "Blocks/BlockHandler.h" #include "Tracer.h" #include "Vector3f.h" |