summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 09:07:19 +0000
commit7ccda80b0bae730f17d6863df84e78ea455ff1db (patch)
tree4c92772a01d16e252b764639246b6727529d3b0f /src/tile_cmd.h
parent8fea5a62c9190cb86128c89f92c89ea1c656c3f0 (diff)
downloadopenttd-7ccda80b0bae730f17d6863df84e78ea455ff1db.tar.xz
(svn r12986) -Codechange: move the landscape and transport related types from openttd.h to their own headers.
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index 08a363b92..ce68f987c 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -15,7 +15,7 @@
#include "player_type.h"
#include "direction_type.h"
#include "track_type.h"
-#include "openttd.h"
+#include "transport_type.h"
/** The returned bits of VehicleEnterTile. */
enum VehicleEnterTileStatus {