Mercurial > hg > openttd
comparison src/news_gui.cpp @ 13186:afdfdda87cd4 draft
(svn r17693) -Cleanup: remove some unneeded includes
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 04 Oct 2009 17:16:41 +0000 |
parents | 1f44cefc7825 |
children | fe0462278733 |
comparison
equal
deleted
inserted
replaced
13185:d49a7e07754e | 13186:afdfdda87cd4 |
---|---|
13 #include "openttd.h" | 13 #include "openttd.h" |
14 #include "gui.h" | 14 #include "gui.h" |
15 #include "window_gui.h" | 15 #include "window_gui.h" |
16 #include "viewport_func.h" | 16 #include "viewport_func.h" |
17 #include "news_type.h" | 17 #include "news_type.h" |
18 #include "settings_type.h" | 18 #include "gfx_func.h" |
19 #include "transparency.h" | |
20 #include "strings_func.h" | 19 #include "strings_func.h" |
21 #include "window_func.h" | 20 #include "window_func.h" |
22 #include "date_func.h" | 21 #include "date_func.h" |
23 #include "vehicle_base.h" | 22 #include "vehicle_base.h" |
24 #include "vehicle_func.h" | 23 #include "vehicle_func.h" |
29 #include "string_func.h" | 28 #include "string_func.h" |
30 #include "widgets/dropdown_func.h" | 29 #include "widgets/dropdown_func.h" |
31 #include "statusbar_gui.h" | 30 #include "statusbar_gui.h" |
32 #include "company_manager_face.h" | 31 #include "company_manager_face.h" |
33 #include "company_func.h" | 32 #include "company_func.h" |
34 #include "map_func.h" | |
35 #include "engine_gui.h" | 33 #include "engine_gui.h" |
36 | 34 |
37 #include "table/strings.h" | 35 #include "table/strings.h" |
38 | 36 |
39 NewsItem _statusbar_news_item; | 37 NewsItem _statusbar_news_item; |