summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-11-07 13:53:35 +0300
committerAndrei Karas <akaras@inbox.ru>2013-11-07 13:53:35 +0300
commitd21a9461e853d657c139b97cb474d8e2549d83a9 (patch)
treec4d770418006d7d87d7148c60bf5a5c5f2711708 /src/defaults.cpp
parent1a6b16b7047b8558a5870318190b038b2b81556f (diff)
downloadplus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.gz
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.bz2
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.tar.xz
plus-d21a9461e853d657c139b97cb474d8e2549d83a9.zip
remove client.h include from some files.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 98ad30398..d4b2a5379 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -21,7 +21,6 @@
#include "defaults.h"
-#include "client.h"
#include "graphicsmanager.h"
#include "being/being.h"
@@ -30,6 +29,12 @@
#include "render/graphics.h"
+#include "net/netconsts.h"
+
+#ifndef USE_SDL2
+#include <SDL_keyboard.h>
+#endif
+
#include "debug.h"
VariableData* createData(const int defData)