summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket.cpp')
-rw-r--r--source/packets/cPacket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/packets/cPacket.cpp b/source/packets/cPacket.cpp
index 7775ede73..a22e27d41 100644
--- a/source/packets/cPacket.cpp
+++ b/source/packets/cPacket.cpp
@@ -1,6 +1,6 @@
#include "cPacket.h"
-#include "cMCLogger.h"
-#include "Endianness.h"
+#include "../cMCLogger.h"
+#include "../Endianness.h"
#ifdef _WIN32
#define MSG_NOSIGNAL (0)