Mercurial > hg > openttd
diff src/graph_gui.cpp @ 8140:fb8a05d579da draft
(svn r11702) -Codechange: move all date related stuff to date*.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 26 Dec 2007 13:50:40 +0000 (2007-12-26) |
parents | e300ac8001ae |
children | a0879dc1b54d |
line wrap: on
line diff
--- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -11,11 +11,11 @@ #include "player.h" #include "economy_func.h" #include "variables.h" -#include "date.h" #include "cargotype.h" #include "strings_func.h" #include "core/alloc_func.hpp" #include "window_func.h" +#include "date_func.h" /* Bitmasks of player and cargo indices that shouldn't be drawn. */ static uint _legend_excluded_players;