src/string.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 10455 22c441f5adf9
--- a/src/string.cpp	Wed Jan 09 18:11:12 2008 +0000
+++ b/src/string.cpp	Sun Feb 03 20:17:54 2008 +0000
@@ -4,11 +4,12 @@
 
 #include "stdafx.h"
 #include "openttd.h"
-#include "table/control_codes.h"
 #include "debug.h"
 #include "core/alloc_func.hpp"
 #include "string_func.h"
 
+#include "table/control_codes.h"
+
 #include <stdarg.h>
 #include <ctype.h> // required for tolower()