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
commit2786d789a15990a27b73c0a4fbceb429e7dac953 (patch)
tree2bf1079b51205ab440f2044971a218287481a5f6 /src/industry_gui.cpp
parentaac835171e2ef3b72e3706754153c1b9304268a8 (diff)
downloadopenttd-2786d789a15990a27b73c0a4fbceb429e7dac953.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;