summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
committerrubidium <rubidium@openttd.org>2007-12-26 11:45:43 +0000
commitf82aeb82c5fa241982d0efad72e72e32fe8fd6e2 (patch)
tree2bf1079b51205ab440f2044971a218287481a5f6 /src/industry_gui.cpp
parent7058b2cce226cc3c1fba0644f68f5d64593547be (diff)
downloadopenttd-f82aeb82c5fa241982d0efad72e72e32fe8fd6e2.tar.xz
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index 646275bda..ce4f740b3 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -7,7 +7,6 @@
#include "debug.h"
#include "table/strings.h"
#include "table/sprites.h"
-#include "map.h"
#include "gui.h"
#include "window_gui.h"
#include "textbuf_gui.h"
@@ -23,6 +22,7 @@
#include "newgrf_text.h"
#include "date.h"
#include "strings_func.h"
+#include "map_func.h"
bool _ignore_restrictions;