summaryrefslogtreecommitdiff
path: root/src/tunnel_map.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-18 19:52:14 +0000
committerrubidium <rubidium@openttd.org>2007-12-18 19:52:14 +0000
commit09951941629e758484d51c39ebd87e3632b19565 (patch)
treee33a532cbac926cf6b9b10a29cc5453106de819d /src/tunnel_map.h
parent962f6361ff8d4827c18ca2f8bfc130170d3837bd (diff)
downloadopenttd-09951941629e758484d51c39ebd87e3632b19565.tar.xz
(svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies.
Diffstat (limited to 'src/tunnel_map.h')
-rw-r--r--src/tunnel_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tunnel_map.h b/src/tunnel_map.h
index 921137a6e..5226c1f90 100644
--- a/src/tunnel_map.h
+++ b/src/tunnel_map.h
@@ -5,7 +5,7 @@
#ifndef TUNNEL_MAP_H
#define TUNNEL_MAP_H
-#include "direction.h"
+#include "direction_func.h"
#include "macros.h"
#include "map.h"
#include "rail.h"