(svn r15299) -Cleanup: remove many redundant includes
This commit is contained in:
@@ -4,35 +4,27 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "currency.h"
|
||||
#include "landscape.h"
|
||||
#include "news_func.h"
|
||||
#include "vehicle_gui.h"
|
||||
#include "variables.h"
|
||||
#include "cheat_func.h"
|
||||
#include "ai/ai.hpp"
|
||||
#include "newgrf_house.h"
|
||||
#include "cargotype.h"
|
||||
#include "group.h"
|
||||
#include "viewport_func.h"
|
||||
#include "economy_func.h"
|
||||
#include "zoom_func.h"
|
||||
#include "functions.h"
|
||||
#include "map_func.h"
|
||||
#include "date_func.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "texteff.hpp"
|
||||
#include "gfx_func.h"
|
||||
#include "core/alloc_type.hpp"
|
||||
#include "gamelog.h"
|
||||
#include "animated_tile_func.h"
|
||||
#include "settings_type.h"
|
||||
#include "tilehighlight_func.h"
|
||||
#include "core/bitmath_func.hpp"
|
||||
#include "network/network_func.h"
|
||||
#include "window_func.h"
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "table/sprites.h"
|
||||
|
||||
extern TileIndex _cur_tileloop_tile;
|
||||
|
Reference in New Issue
Block a user