diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-09 21:52:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-09 21:52:19 +0300 |
commit | 872368b15b84f1a2c945238b4e2a9a2ed411e849 (patch) | |
tree | ba99d9ec8653813f7d9f4007651f8650e2345295 /src/map.cpp | |
parent | d3d879ac07ac45a623365b4db28c3b120a7bbb25 (diff) | |
download | plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.gz plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.bz2 plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.tar.xz plus-872368b15b84f1a2c945238b4e2a9a2ed411e849.zip |
remove useless includes from some files.
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 4 |
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" |