(svn r18330) -Cleanup: remove some unneeded includes

This commit is contained in:
rubidium
2009-11-28 20:35:25 +00:00
parent bf0b72ae9e
commit b00a5f1069
32 changed files with 0 additions and 39 deletions

View File

@@ -10,7 +10,6 @@
/** @file misc.cpp Misc functions that shouldn't be here. */
#include "stdafx.h"
#include "openttd.h"
#include "landscape.h"
#include "news_func.h"
#include "variables.h"
@@ -27,7 +26,6 @@
#include "network/network_func.h"
#include "window_func.h"
#include "table/sprites.h"
extern TileIndex _cur_tileloop_tile;
extern void MakeNewgameSettingsLive();