From e53c4db866021b07baace56f999be93920cd0f19 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 19:36:43 +0000 Subject: (svn r2664) Remove depedency on player.h from variables.h --- vehicle_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vehicle_gui.c') diff --git a/vehicle_gui.c b/vehicle_gui.c index 9e44c59b7..5955e52ac 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "openttd.h" #include "debug.h" +#include "player.h" #include "strings.h" #include "table/sprites.h" #include "table/strings.h" -- cgit v1.2.3-54-g00ecf