summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-28 20:35:25 +0000
committerrubidium <rubidium@openttd.org>2009-11-28 20:35:25 +0000
commitb00a5f1069b5bcf37af5d601e3e2828d0d09a1f0 (patch)
tree304515b2cbbca147b210ba9afd3eaf505cf36fe6 /src/misc.cpp
parentbf0b72ae9e907143455225a2a5ea68229b83e9b6 (diff)
downloadopenttd-b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0.tar.xz
(svn r18330) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 017913ed0..1a163e6c8 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -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();