comparison src/station_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
parents 165064de4629
children 0e48dd14a0d8
comparison
equal deleted inserted replaced
8213:87c85bb42d6f 8214:6385dffc0b37
2 2
3 /** @file station_cmd.cpp */ 3 /** @file station_cmd.cpp */
4 4
5 #include "stdafx.h" 5 #include "stdafx.h"
6 #include "openttd.h" 6 #include "openttd.h"
7 #include "string.h"
8 #include "aircraft.h" 7 #include "aircraft.h"
9 #include "bridge_map.h" 8 #include "bridge_map.h"
10 #include "cmd_helper.h" 9 #include "cmd_helper.h"
11 #include "debug.h" 10 #include "debug.h"
12 #include "tile_cmd.h" 11 #include "tile_cmd.h"
43 #include "strings_func.h" 42 #include "strings_func.h"
44 #include "functions.h" 43 #include "functions.h"
45 #include "window_func.h" 44 #include "window_func.h"
46 #include "date_func.h" 45 #include "date_func.h"
47 #include "vehicle_func.h" 46 #include "vehicle_func.h"
47 #include "string_func.h"
48 48
49 DEFINE_OLD_POOL_GENERIC(Station, Station) 49 DEFINE_OLD_POOL_GENERIC(Station, Station)
50 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop) 50 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop)
51 51
52 52