(svn r11700) -Codechange: reduce the amount of unnecessary includes.

This commit is contained in:
rubidium
2007-12-25 23:42:52 +00:00
parent 6cb68b9144
commit aac835171e
30 changed files with 106 additions and 74 deletions

View File

@@ -8,6 +8,8 @@
#include "core/random_func.hpp"
#include "command_type.h"
#include "openttd.h"
#include "tile_cmd.h"
#include "map.h"
/* clear_land.cpp */
void DrawHillyLandTile(const TileInfo *ti);