(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
This commit is contained in:
@@ -10,10 +10,8 @@
|
||||
/** @file settings_gui.cpp GUI for settings. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "currency.h"
|
||||
#include "gui.h"
|
||||
#include "window_gui.h"
|
||||
#include "textbuf_gui.h"
|
||||
#include "command_func.h"
|
||||
#include "screenshot.h"
|
||||
@@ -24,15 +22,15 @@
|
||||
#include "strings_func.h"
|
||||
#include "window_func.h"
|
||||
#include "string_func.h"
|
||||
#include "gfx_func.h"
|
||||
#include "widgets/dropdown_type.h"
|
||||
#include "widgets/dropdown_func.h"
|
||||
#include "station_func.h"
|
||||
#include "openttd.h"
|
||||
#include "highscore.h"
|
||||
#include "base_media_base.h"
|
||||
#include "company_base.h"
|
||||
#include "company_func.h"
|
||||
#include "viewport_func.h"
|
||||
#include "core/geometry_func.hpp"
|
||||
#include <map>
|
||||
|
||||
#include "table/sprites.h"
|
||||
|
Reference in New Issue
Block a user