diff options
author | rubidium <rubidium@openttd.org> | 2008-01-09 09:45:45 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-09 09:45:45 +0000 |
commit | 64d691bacc11cfca3b5c948dffb4eeb29aa8746e (patch) | |
tree | 5166041a51236814028fc71befa8a3fcb524ecb1 /src/main_gui.cpp | |
parent | 342ad858e530d0a1aea0645c8604bb05c3d9ecc8 (diff) | |
download | openttd-64d691bacc11cfca3b5c948dffb4eeb29aa8746e.tar.xz |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 18d8662da..17a426043 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -13,7 +13,7 @@ #include "window_gui.h" #include "window_func.h" #include "textbuf_gui.h" -#include "viewport.h" +#include "viewport_func.h" #include "player.h" #include "command_func.h" #include "news.h" |