diff src/vehicle_gui.cpp @ 9396:bbf7586724f4 draft

(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h
author peter1138 <peter1138@openttd.org>
date Wed, 28 May 2008 11:56:21 +0000
parents 63db12fa3721
children 512ea64da840
line wrap: on
line diff
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -36,6 +36,7 @@
 #include "widgets/dropdown_func.h"
 #include "order_func.h"
 #include "timetable.h"
+#include "vehiclelist.h"
 
 #include "table/sprites.h"
 #include "table/strings.h"