summaryrefslogtreecommitdiff
path: root/src/station_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
committersmatz <smatz@openttd.org>2009-05-22 15:13:50 +0000
commit62a7948af0ca9eb3b190a54918201e1075edcbbc (patch)
tree27a79b7850682cd43cac2462c3410ed8b567c4b2 /src/station_func.h
parent04723b240ebc7384954f73590be517ad2a47ce04 (diff)
downloadopenttd-62a7948af0ca9eb3b190a54918201e1075edcbbc.tar.xz
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
Diffstat (limited to 'src/station_func.h')
-rw-r--r--src/station_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_func.h b/src/station_func.h
index 7e548835a..a8396a7ee 100644
--- a/src/station_func.h
+++ b/src/station_func.h
@@ -7,7 +7,6 @@
#include "station_type.h"
#include "sprite.h"
-#include "oldpool.h"
#include "rail_type.h"
#include "road_type.h"
#include "tile_type.h"