diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 21:32:51 +0000 |
commit | 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (patch) | |
tree | 363706bbe1ba6b6371262054186fc05b6ec938a7 /src/strings.cpp | |
parent | d880056415cf6254e86a3038a8ed2d02f8af2267 (diff) | |
download | openttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/strings.cpp')
-rw-r--r-- | src/strings.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index cd5b4cee8..cbc47676b 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -19,14 +19,11 @@ #include "industry.h" #include "newgrf_text.h" #include "fileio_func.h" -#include "group.h" #include "signs_base.h" -#include "cargotype.h" #include "fontcache.h" #include "error.h" #include "strings_func.h" #include "rev.h" -#include "core/alloc_type.hpp" #include "core/endian_func.hpp" #include "date_func.h" #include "vehicle_base.h" |