diff options
author | rubidium <rubidium@openttd.org> | 2008-01-13 01:21:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-13 01:21:35 +0000 |
commit | d4e6a6bf57216b39745b61971141e088e15e2d0d (patch) | |
tree | fc3e123d733a91dd61b578c69516fae69754c97f /src/roadveh_gui.cpp | |
parent | a78d73805f467d3ced0a70a1758435498fd1dbac (diff) | |
download | openttd-d4e6a6bf57216b39745b61971141e088e15e2d0d.tar.xz |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Diffstat (limited to 'src/roadveh_gui.cpp')
-rw-r--r-- | src/roadveh_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roadveh_gui.cpp b/src/roadveh_gui.cpp index 87cfcee5f..d851f31ba 100644 --- a/src/roadveh_gui.cpp +++ b/src/roadveh_gui.cpp @@ -6,8 +6,6 @@ #include "openttd.h" #include "debug.h" #include "roadveh.h" -#include "table/sprites.h" -#include "table/strings.h" #include "gui.h" #include "window_gui.h" #include "viewport_func.h" @@ -20,6 +18,8 @@ #include "vehicle_func.h" #include "string_func.h" +#include "table/sprites.h" +#include "table/strings.h" void DrawRoadVehDetails(const Vehicle *v, int x, int y) { |