summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_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
commitf56a354d31ef3753cd74554e891e1a6ceb85cf86 (patch)
treee33a532cbac926cf6b9b10a29cc5453106de819d /src/tunnelbridge_map.h
parent5dc1fcea049bca918c920bf5b3ecb37500debd3f (diff)
downloadopenttd-f56a354d31ef3753cd74554e891e1a6ceb85cf86.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/tunnelbridge_map.h')
-rw-r--r--src/tunnelbridge_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tunnelbridge_map.h b/src/tunnelbridge_map.h
index dda1cc258..892d4ed58 100644
--- a/src/tunnelbridge_map.h
+++ b/src/tunnelbridge_map.h
@@ -5,7 +5,7 @@
#ifndef TUNNELBRIDGE_MAP_H
#define TUNNELBRIDGE_MAP_H
-#include "direction.h" /* DiagDirection */
+#include "direction_func.h"
#include "core/bitmath_func.hpp" /* GB, HasBit, SB */
#include "map.h" /* Tile, TileIndex */
#include "tile.h" /* TileType, IsTileType */