From 90acd52f22116bed4b126df0218975d2b54aa6aa Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 01:21:35 +0000 Subject: (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. --- src/town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 4b734ae9a..16f852a77 100644 --- a/src/town.h +++ b/src/town.h @@ -12,6 +12,7 @@ #include "date_type.h" #include "town_type.h" #include "player_type.h" +#include "strings_type.h" enum { HOUSE_NO_CLASS = 0, -- cgit v1.2.3-54-g00ecf