summaryrefslogtreecommitdiff
path: root/src/misc_gui.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/misc_gui.cpp
parent32cbe57178129d371752e29e857fa454a046f7c3 (diff)
downloadopenttd-d6cded53803de692eebc6dd41e9648f3399c9f7d.tar.xz
(svn r17693) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 0ba65a92e..d7ce58e74 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -11,11 +11,9 @@
#include "stdafx.h"
#include "openttd.h"
-#include "debug.h"
#include "landscape.h"
#include "newgrf_text.h"
#include "saveload/saveload.h"
-#include "tile_map.h"
#include "gui.h"
#include "station_gui.h"
#include "viewport_func.h"
@@ -26,7 +24,6 @@
#include "town.h"
#include "network/network.h"
#include "network/network_content.h"
-#include "variables.h"
#include "company_base.h"
#include "texteff.hpp"
#include "cargotype.h"
@@ -36,11 +33,9 @@
#include "fios.h"
#include "zoom_func.h"
#include "window_func.h"
-#include "string_func.h"
#include "newgrf_cargo.h"
#include "tilehighlight_func.h"
#include "querystring_gui.h"
-#include "core/sort_func.hpp"
#include "table/strings.h"