(svn r13307) -Codechange: Separate VehicleList and its two functions so only the 3 users include it, reducing dependencies on misc/smallvec.h

This commit is contained in:
peter1138
2008-05-28 11:56:21 +00:00
parent bb00206736
commit f9fc53f98a
8 changed files with 164 additions and 136 deletions

View File

@@ -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"