diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-20 23:02:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-20 23:02:02 +0300 |
commit | 1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd (patch) | |
tree | 84cb9a31a1d7dd4ddd7e51fbbcdccbf6f9bb6eef /src/resources/mapreader.cpp | |
parent | f88506ac95b8ea9f02d22c35f81e59d4283151b6 (diff) | |
download | plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.gz plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.bz2 plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.tar.xz plus-1695d0bde1fcdb75fb321d8ee1ad729f176a3bbd.zip |
Remove useless includes.
Diffstat (limited to 'src/resources/mapreader.cpp')
-rw-r--r-- | src/resources/mapreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp index d538f9a3a..9ede3db7a 100644 --- a/src/resources/mapreader.cpp +++ b/src/resources/mapreader.cpp @@ -26,7 +26,6 @@ #ifdef USE_OPENGL #include "graphicsmanager.h" #endif -#include "logger.h" #include "main.h" #include "const/resources/map/map.h" |