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/strgen | |
parent | d880056415cf6254e86a3038a8ed2d02f8af2267 (diff) | |
download | openttd-6d6be50ae0b0a0b233f918c3d7b9c0b623676439.tar.xz |
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
Diffstat (limited to 'src/strgen')
-rw-r--r-- | src/strgen/strgen.cpp | 1 | ||||
-rw-r--r-- | src/strgen/strgen_base.cpp | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 0b40e02c4..a905a599b 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -13,7 +13,6 @@ #include "../core/endian_func.hpp" #include "../string_func.h" #include "../strings_type.h" -#include "../language.h" #include "../misc/getoptdata.h" #include "../table/control_codes.h" diff --git a/src/strgen/strgen_base.cpp b/src/strgen/strgen_base.cpp index 1fd096a76..a71724bb3 100644 --- a/src/strgen/strgen_base.cpp +++ b/src/strgen/strgen_base.cpp @@ -12,14 +12,10 @@ #include "../stdafx.h" #include "../core/endian_func.hpp" #include "../string_func.h" -#include "../strings_type.h" -#include "../language.h" #include "../table/control_codes.h" #include "strgen.h" -#include <stdarg.h> -#include <exception> #include "../table/strgen_tables.h" |