summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:36:43 +0000
committertron <tron@openttd.org>2005-07-21 19:36:43 +0000
commit8b05455903ba474562a4df9d0727427302ea93b5 (patch)
tree29fd622967555974430109d40525b6a56175d6c2 /vehicle_gui.c
parentb0779b4b658e0443c6491d6819a240b718fe5ad4 (diff)
downloadopenttd-8b05455903ba474562a4df9d0727427302ea93b5.tar.xz
(svn r2664) Remove depedency on player.h from variables.h
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c1
1 files changed, 1 insertions, 0 deletions
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"