summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-05 10:19:33 +0000
committertron <tron@openttd.org>2006-03-05 10:19:33 +0000
commit4efa560ffc49f47d8b8414ea30d3b1c5e4dbfd74 (patch)
treea52b37172cae58e82f096386586bea359126dd70 /industry_cmd.c
parent6394725ae84dd4d60626472104ef8bb8f352f4b3 (diff)
downloadopenttd-4efa560ffc49f47d8b8414ea30d3b1c5e4dbfd74.tar.xz
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index ed9ed8f66..c8100e304 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -2,7 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
-#include "clear.h"
+#include "clear_map.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "functions.h"