diff -r d2eb7d04f6e1 -r 160939e24ed3 src/vehicle_gui.cpp --- a/src/vehicle_gui.cpp Tue Dec 25 09:48:53 2007 +0000 +++ b/src/vehicle_gui.cpp Tue Dec 25 11:26:07 2007 +0000 @@ -5,7 +5,6 @@ #include "stdafx.h" #include "openttd.h" #include "debug.h" -#include "functions.h" #include "player.h" #include "station.h" #include "table/sprites.h" @@ -32,6 +31,8 @@ #include "group.h" #include "group_gui.h" #include "strings_func.h" +#include "functions.h" +#include "window_func.h" struct Sorting { Listing aircraft;