summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-04 17:16:41 +0000
committerrubidium <rubidium@openttd.org>2009-10-04 17:16:41 +0000
commitd6cded53803de692eebc6dd41e9648f3399c9f7d (patch)
tree420d39582d566fdb314cb4bfdd1e1389d4fd7510 /src/gfx.cpp
parent32cbe57178129d371752e29e857fa454a046f7c3 (diff)
downloadopenttd-d6cded53803de692eebc6dd41e9648f3399c9f7d.tar.xz
(svn r17693) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 4498b08b6..328e6da1c 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -13,7 +13,6 @@
#include "openttd.h"
#include "gfx_func.h"
#include "variables.h"
-#include "spritecache.h"
#include "fontcache.h"
#include "genworld.h"
#include "zoom_func.h"
@@ -21,11 +20,8 @@
#include "video/video_driver.hpp"
#include "strings_func.h"
#include "settings_type.h"
-#include "core/alloc_func.hpp"
-#include "core/sort_func.hpp"
#include "landscape_type.h"
#include "network/network_func.h"
-#include "core/smallvec_type.hpp"
#include "thread/thread.h"
#include "window_func.h"