summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
committersmatz <smatz@openttd.org>2009-01-31 20:16:06 +0000
commit0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch)
tree40327e8a6984433becd287c550cfef11be709043 /src/strings.cpp
parent416c7d5ddaace157925d1d4220479be89a1cb13a (diff)
downloadopenttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 78cd652c6..83231b2ce 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -5,38 +5,29 @@
#include "stdafx.h"
#include "openttd.h"
#include "currency.h"
+#include "spritecache.h"
#include "namegen_func.h"
#include "station_base.h"
#include "town.h"
#include "screenshot.h"
#include "waypoint.h"
#include "industry.h"
-#include "variables.h"
#include "newgrf_text.h"
#include "music.h"
#include "fileio_func.h"
-#include "cargotype.h"
#include "group.h"
-#include "debug.h"
#include "newgrf_townname.h"
#include "signs_base.h"
-#include "newgrf_engine.h"
-#include "spritecache.h"
+#include "cargotype.h"
#include "fontcache.h"
#include "gui.h"
#include "strings_func.h"
-#include "functions.h"
#include "rev.h"
#include "core/endian_func.hpp"
#include "date_func.h"
#include "vehicle_base.h"
-#include "string_func.h"
#include "company_func.h"
-#include "company_base.h"
-#include "fios.h"
-#include "settings_type.h"
#include "video/video_driver.hpp"
-#include "engine_func.h"
#include "engine_base.h"
#include "strgen/strgen.h"