equal
deleted
inserted
replaced
16 #include "vehicle_gui.h" |
16 #include "vehicle_gui.h" |
17 #include "depot.h" |
17 #include "depot.h" |
18 #include "train.h" |
18 #include "train.h" |
19 #include "date.h" |
19 #include "date.h" |
20 #include "group.h" |
20 #include "group.h" |
21 #include "helpers.hpp" |
|
22 #include "viewport.h" |
21 #include "viewport.h" |
23 #include "debug.h" |
22 #include "debug.h" |
24 #include "strings_func.h" |
23 #include "strings_func.h" |
|
24 #include "core/alloc_func.hpp" |
25 |
25 |
26 |
26 |
27 struct Sorting { |
27 struct Sorting { |
28 Listing aircraft; |
28 Listing aircraft; |
29 Listing roadveh; |
29 Listing roadveh; |