Mercurial > hg > openttd
diff src/network/network_content_gui.cpp @ 18627:1972f6346144 draft
(svn r23474) -Codechange: move the declaration error related functions to error.h
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 10 Dec 2011 13:54:10 +0000 |
parents | d2339f4988df |
children | 7916e135df26 |
line wrap: on
line diff
--- a/src/network/network_content_gui.cpp +++ b/src/network/network_content_gui.cpp @@ -14,7 +14,7 @@ #include "../strings_func.h" #include "../gfx_func.h" #include "../window_func.h" -#include "../gui.h" +#include "../error.h" #include "../ai/ai.hpp" #include "../base_media_base.h" #include "../sortlist_type.h"