(svn r15704) -Cleanup: remove further includes from recently split files

This commit is contained in:
smatz
2009-03-13 23:48:07 +00:00
parent c540d40be1
commit 4c6afbbbe2
11 changed files with 2 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
#include "stdafx.h"
#include "command_func.h"
#include "strings_type.h"
#include "rail.h"
#include "station_base.h"
#include "town.h"
@@ -12,7 +12,7 @@
#include "window_func.h"
#include "newgrf_station.h"
#include "oldpool_func.h"
#include "train.h"
#include "order_func.h"
DEFINE_OLD_POOL_GENERIC(Waypoint, Waypoint)