summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol132.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 22:03:26 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-23 22:03:26 +0200
commit251c961eea640e18a90aaddc6c787d999dca09dd (patch)
tree79c735a63c3ce7c92d5c619cc752c7f47b82e656 /source/Protocol/Protocol132.cpp
parentAdded to the ignore list: the *nix output executable and Core's banned / whitelist inifiles (diff)
downloadcuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.gz
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.bz2
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.lz
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.xz
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.tar.zst
cuberite-251c961eea640e18a90aaddc6c787d999dca09dd.zip
Diffstat (limited to '')
-rw-r--r--source/Protocol/Protocol132.cpp (renamed from source/Protocol132.cpp)18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/Protocol132.cpp b/source/Protocol/Protocol132.cpp
index b34ff485a..33f404113 100644
--- a/source/Protocol132.cpp
+++ b/source/Protocol/Protocol132.cpp
@@ -5,15 +5,15 @@
#include "Globals.h"
#include "Protocol132.h"
-#include "cRoot.h"
-#include "cServer.h"
-#include "cClientHandle.h"
-#include "CryptoPP/randpool.h"
-#include "cItem.h"
-#include "ChunkDataSerializer.h"
-#include "cPlayer.h"
-#include "cMonster.h"
-#include "UI/Window.h"
+#include "../cRoot.h"
+#include "../cServer.h"
+#include "../cClientHandle.h"
+#include "../../CryptoPP/randpool.h"
+#include "../cItem.h"
+#include "../ChunkDataSerializer.h"
+#include "../cPlayer.h"
+#include "../cMonster.h"
+#include "../UI/Window.h"