summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
commite3ec854f275cc6f79129bbdd3129be277100908f (patch)
tree0fe087ce12daa09d1942d9d1c9fde9d9d63f24aa /src/map.h
parent884ab3c2ab1d308866649b01faf0dc95d76809c5 (diff)
downloadplus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.gz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.bz2
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.xz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.zip
Move some listeners classes into listeners directory.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 26303da7a..d33857415 100644
--- a/src/map.h
+++ b/src/map.h
@@ -23,12 +23,13 @@
#ifndef MAP_H
#define MAP_H
-#include "configlistener.h"
#include "position.h"
#include "properties.h"
#include "being/actor.h"
+#include "listeners/configlistener.h"
+
#include "render/renderers.h"
#include <string>