(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:
11
src/town.h
11
src/town.h
@@ -13,18 +13,7 @@
|
||||
#define TOWN_H
|
||||
|
||||
#include "core/pool_type.hpp"
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "core/random_func.hpp"
|
||||
#include "cargo_type.h"
|
||||
#include "tile_type.h"
|
||||
#include "date_type.h"
|
||||
#include "town_type.h"
|
||||
#include "company_type.h"
|
||||
#include "settings_type.h"
|
||||
#include "strings_type.h"
|
||||
#include "viewport_type.h"
|
||||
#include "economy_type.h"
|
||||
#include "map_type.h"
|
||||
#include "command_type.h"
|
||||
#include "town_map.h"
|
||||
#include "subsidy_type.h"
|
||||
|
||||
Reference in New Issue
Block a user