(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files

This commit is contained in:
rubidium
2012-01-03 21:32:51 +00:00
parent d76c2ff76e
commit d5eeab43b7
153 changed files with 3 additions and 305 deletions

View File

@@ -17,7 +17,6 @@
#include "textbuf_gui.h"
#include "command_func.h"
#include "viewport_func.h"
#include "gfx_func.h"
#include "industry.h"
#include "town.h"
#include "cheat_type.h"
@@ -40,7 +39,6 @@
#include "widgets/industry_widget.h"
#include "table/strings.h"
#include "table/sprites.h"
bool _ignore_restrictions;
uint64 _displayed_industries; ///< Communication from the industry chain window to the smallmap window about what industries to display.