summaryrefslogtreecommitdiff
path: root/src/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maplayer.h')
-rw-r--r--src/maplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h
index dcfdb991e..88db82214 100644
--- a/src/maplayer.h
+++ b/src/maplayer.h
@@ -23,10 +23,11 @@
#ifndef MAPLAYER_H
#define MAPLAYER_H
-#include "configlistener.h"
#include "position.h"
#include "main.h"
+#include "listeners/configlistener.h"
+
#include "being/actor.h"
#include <string>