summaryrefslogtreecommitdiff
path: root/clear_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-18 15:28:29 +0000
committertron <tron@openttd.org>2006-06-18 15:28:29 +0000
commit000497273c55cf71cda01200e49b24a5249c6422 (patch)
tree76829680f3512a205c958d3557a4ef7c8c99b869 /clear_cmd.c
parent098bf494da4026d3c6cb1d6717191580af313b7f (diff)
downloadopenttd-000497273c55cf71cda01200e49b24a5249c6422.tar.xz
(svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now depends on rail.h and not the other way round anymore
Diffstat (limited to 'clear_cmd.c')
-rw-r--r--clear_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clear_cmd.c b/clear_cmd.c
index 648baaae1..8ccd78758 100644
--- a/clear_cmd.c
+++ b/clear_cmd.c
@@ -3,6 +3,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "clear_map.h"
+#include "rail_map.h"
#include "table/strings.h"
#include "functions.h"
#include "map.h"