summaryrefslogtreecommitdiff
path: root/src/net/character.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/character.h')
-rw-r--r--src/net/character.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/character.h b/src/net/character.h
index 89789335c..1b5113627 100644
--- a/src/net/character.h
+++ b/src/net/character.h
@@ -23,14 +23,15 @@
#ifndef NET_CHARACTER_H
#define NET_CHARACTER_H
+#include "being/localplayer.h"
+#include "being/playerinfo.h"
+
#include "utils/delete2.h"
#include <string>
#include <vector>
-class LocalPlayer;
-
-struct PlayerInfoBackend;
+#include "localconsts.h"
namespace Net
{