summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-05-28 11:56:21 +0000
committerpeter1138 <peter1138@openttd.org>2008-05-28 11:56:21 +0000
commitf9fc53f98a0c5fde3a9108481faebd0d1d50b661 (patch)
tree85e6d936e52fe3a892dbc970680c75621fa5b282 /src/depot_gui.cpp
parentbb002067363b6d331b04c7cea0cfb240a03c42c9 (diff)
downloadopenttd-f9fc53f98a0c5fde3a9108481faebd0d1d50b661.tar.xz
(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index d767c395e..cbec1179c 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -26,6 +26,7 @@
#include "depot_base.h"
#include "tilehighlight_func.h"
#include "window_gui.h"
+#include "vehiclelist.h"
#include "table/strings.h"
#include "table/sprites.h"