summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
committeryexo <yexo@openttd.org>2009-06-24 21:33:11 +0000
commit44c15e4196d4f334659adf8bb50c452b8503d59d (patch)
treed4c90d13117f14bd46b47fa1dba4933f431264ac /src/vehicle_gui.cpp
parent05c695a647a3637925d24e4062b0cd4adcd1c851 (diff)
downloadopenttd-44c15e4196d4f334659adf8bb50c452b8503d59d.tar.xz
(svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index 29bbce888..cffd8c7ef 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -31,6 +31,7 @@
#include "vehiclelist.h"
#include "settings_type.h"
#include "articulated_vehicles.h"
+#include "cargotype.h"
#include "table/sprites.h"
#include "table/strings.h"