summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.cpp b/src/map.cpp
index c28f45b71..21c527f2c 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -24,7 +24,9 @@
#include "client.h"
#include "configuration.h"
+#include "render/graphics.h"
#include "maplayer.h"
+#include "notifications.h"
#include "notifymanager.h"
#include "simpleanimation.h"
#include "tileset.h"
@@ -39,8 +41,6 @@
#include "resources/resourcemanager.h"
#include "resources/subimage.h"
-#include "gui/widgets/chattab.h"
-
#include "utils/dtor.h"
#include "utils/mkdir.h"
#include "utils/physfstools.h"