summaryrefslogtreecommitdiff
path: root/order_gui.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 /order_gui.c
parent6394725ae84dd4d60626472104ef8bb8f352f4b3 (diff)
downloadopenttd-4efa560ffc49f47d8b8414ea30d3b1c5e4dbfd74.tar.xz
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'order_gui.c')
-rw-r--r--order_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/order_gui.c b/order_gui.c
index c1b842617..cf65b2288 100644
--- a/order_gui.c
+++ b/order_gui.c
@@ -2,7 +2,7 @@
#include "stdafx.h"
#include "openttd.h"
-#include "road.h"
+#include "road_map.h"
#include "table/sprites.h"
#include "table/strings.h"
#include "functions.h"