(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
This commit is contained in:
@@ -20,17 +20,14 @@
|
||||
#include "network/network.h"
|
||||
#include "network/network_gui.h"
|
||||
#include "network/network_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "newgrf.h"
|
||||
#include "company_manager_face.h"
|
||||
#include "strings_func.h"
|
||||
#include "date_func.h"
|
||||
#include "widgets/dropdown_type.h"
|
||||
#include "tilehighlight_func.h"
|
||||
#include "sprite.h"
|
||||
#include "company_base.h"
|
||||
#include "core/geometry_func.hpp"
|
||||
#include "economy_func.h"
|
||||
#include "object_type.h"
|
||||
#include "rail.h"
|
||||
#include "engine_base.h"
|
||||
@@ -41,7 +38,6 @@
|
||||
|
||||
#include "widgets/company_widget.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
/** Company GUI constants. */
|
||||
static const uint EXP_LINESPACE = 2; ///< Amount of vertical space for a horizontal (sub-)total line.
|
||||
|
Reference in New Issue
Block a user