diff options
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 |