summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-22 14:52:20 +0000
committerrubidium <rubidium@openttd.org>2011-01-22 14:52:20 +0000
commit7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495 (patch)
tree1759e0827ec011e0d47840127b082b2ae45ede50 /src/window.cpp
parent849772f0fd50fdbbc6eb46625a19f1c0602d4517 (diff)
downloadopenttd-7eba2bf4d3eeeda0aabf98a15d1ca0f0e7e4c495.tar.xz
(svn r21890) -Cleanup: remove some unneeded includes
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.cpp b/src/window.cpp
index f79a753d9..5630a29ac 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -11,7 +11,6 @@
#include "stdafx.h"
#include <stdarg.h>
-#include "openttd.h"
#include "company_func.h"
#include "gfx_func.h"
#include "console_func.h"
@@ -20,9 +19,7 @@
#include "genworld.h"
#include "blitter/factory.hpp"
#include "zoom_func.h"
-#include "map_func.h"
#include "vehicle_base.h"
-#include "cheat_type.h"
#include "window_func.h"
#include "tilehighlight_func.h"
#include "network/network.h"
@@ -35,7 +32,6 @@
#include "toolbar_gui.h"
#include "statusbar_gui.h"
-#include "table/sprites.h"
static Point _drag_delta; ///< delta between mouse cursor and upper left corner of dragged window
static Window *_mouseover_last_w = NULL; ///< Window of the last #MOUSEOVER event.