diff options
author | rubidium <rubidium@openttd.org> | 2007-12-18 20:38:16 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-18 20:38:16 +0000 |
commit | efc18e8ab380d3cc6d0dc4ceef7bd79895e026a5 (patch) | |
tree | ef4a6bb4a773d9059b275cbfc7ca5554349c93ca /src/main_gui.cpp | |
parent | 2e2d76f4458481ab94fad6fcda156bf2496d9c29 (diff) | |
download | openttd-efc18e8ab380d3cc6d0dc4ceef7bd79895e026a5.tar.xz |
(svn r11663) -Codechange: moving of the road related types and functions.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 66d854060..100d0f455 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -19,7 +19,6 @@ #include "viewport.h" #include "gfx.h" #include "player.h" -#include "road.h" #include "command.h" #include "news.h" #include "town.h" |