From 62a7948af0ca9eb3b190a54918201e1075edcbbc Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 22 May 2009 15:13:50 +0000 Subject: (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved --- src/station_func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station_func.h') 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" -- cgit v1.2.3-54-g00ecf