diff src/town_cmd.cpp @ 8214:6385dffc0b37 draft

(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
author rubidium <rubidium@openttd.org>
date Mon, 07 Jan 2008 14:23:25 +0000 (2008-01-07)
parents bdb186c8fe93
children c45446125bf0
line wrap: on
line diff
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -40,8 +40,8 @@
 #include "transparency.h"
 #include "tunnelbridge_map.h"
 #include "strings_func.h"
-#include "string.h"
 #include "window_func.h"
+#include "string_func.h"
 
 
 /* Initialize the town-pool */