diff options
author | rubidium <rubidium@openttd.org> | 2011-02-07 22:37:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-07 22:37:22 +0000 |
commit | bc3ce1e53bbc7c52138859053431f8d13a343096 (patch) | |
tree | 878b98d3065f9311d8a4dc0b54cb60d0872b197c /src/vehicle.cpp | |
parent | faf5d899f7c162e1b8762ba5a781ea13fa58330f (diff) | |
download | openttd-bc3ce1e53bbc7c52138859053431f8d13a343096.tar.xz |
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r-- | src/vehicle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp index 1c55ff95b..14f7c9bf4 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -29,7 +29,6 @@ #include "group_gui.h" #include "strings_func.h" #include "zoom_func.h" -#include "functions.h" #include "date_func.h" #include "window_func.h" #include "vehicle_func.h" |