diff options
author | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-31 20:16:06 +0000 |
commit | 0d3f5e6e74cae69d927a65a3d59c6391b713b987 (patch) | |
tree | 40327e8a6984433becd287c550cfef11be709043 /src/console.cpp | |
parent | 416c7d5ddaace157925d1d4220479be89a1cb13a (diff) | |
download | openttd-0d3f5e6e74cae69d927a65a3d59c6391b713b987.tar.xz |
(svn r15299) -Cleanup: remove many redundant includes
Diffstat (limited to 'src/console.cpp')
-rw-r--r-- | src/console.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/console.cpp b/src/console.cpp index b0a5191a1..e9d0286d1 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -4,18 +4,14 @@ #include "stdafx.h" #include "core/alloc_func.hpp" -#include "string_func.h" -#include "strings_type.h" #include "core/math_func.hpp" +#include "string_func.h" #include "console_internal.h" #include "network/network.h" #include "network/network_func.h" -#include "rev.h" #include <stdarg.h> -#include "table/strings.h" - #define ICON_BUFFER 79 #define ICON_HISTORY_SIZE 20 #define ICON_LINE_HEIGHT 12 |