diff options
author | rubidium <rubidium@openttd.org> | 2007-12-26 11:45:43 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-26 11:45:43 +0000 |
commit | f82aeb82c5fa241982d0efad72e72e32fe8fd6e2 (patch) | |
tree | 2bf1079b51205ab440f2044971a218287481a5f6 /src/dock_gui.cpp | |
parent | 7058b2cce226cc3c1fba0644f68f5d64593547be (diff) | |
download | openttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz |
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/dock_gui.cpp')
-rw-r--r-- | src/dock_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 1a8a8f911..d0030d8d4 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -6,7 +6,6 @@ #include "openttd.h" #include "table/sprites.h" #include "table/strings.h" -#include "map.h" #include "tile_map.h" #include "station.h" #include "gui.h" @@ -18,6 +17,7 @@ #include "variables.h" #include "water.h" #include "window_func.h" +#include "vehicle.h" static void ShowBuildDockStationPicker(); static void ShowBuildDocksDepotPicker(); |