summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index 7c20224ac..3bb1df208 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -23,9 +23,10 @@
#ifndef NET_PLAYERHANDLER_H
#define NET_PLAYERHANDLER_H
-#include "being.h"
#include "flooritem.h"
-#include "playerinfo.h"
+
+#include "being/being.h"
+#include "being/playerinfo.h"
namespace Net
{