summaryrefslogtreecommitdiff
path: root/src/aircraft_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
committerrubidium <rubidium@openttd.org>2007-12-27 13:35:39 +0000
commit384503e7d37f4b68c1480f6e6ca81adf84ef137d (patch)
tree7262db82a9e80413b5783b88be96602fdd29a485 /src/aircraft_gui.cpp
parent4e66f5a04b3b1393a13fa81edfdd10243aaf13a4 (diff)
downloadopenttd-384503e7d37f4b68c1480f6e6ca81adf84ef137d.tar.xz
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Diffstat (limited to 'src/aircraft_gui.cpp')
-rw-r--r--src/aircraft_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aircraft_gui.cpp b/src/aircraft_gui.cpp
index 1db828245..a831821a7 100644
--- a/src/aircraft_gui.cpp
+++ b/src/aircraft_gui.cpp
@@ -9,7 +9,6 @@
#include "table/sprites.h"
#include "table/strings.h"
#include "gui.h"
-#include "vehicle.h"
#include "engine.h"
#include "viewport.h"
#include "player.h"
@@ -17,6 +16,7 @@
#include "vehicle_gui.h"
#include "newgrf_engine.h"
#include "strings_func.h"
+#include "vehicle_func.h"
/**
* Draw the details for the given vehicle at the position (x,y)