diff options
author | rubidium <rubidium@openttd.org> | 2007-12-25 23:42:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-25 23:42:52 +0000 |
commit | 7058b2cce226cc3c1fba0644f68f5d64593547be (patch) | |
tree | 070c07001872a2ff901cc931aa615cd0c58aca13 /src/bridge.h | |
parent | df3815b8dd0252e722d946ee495b9fb7308462bb (diff) | |
download | openttd-7058b2cce226cc3c1fba0644f68f5d64593547be.tar.xz |
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
Diffstat (limited to 'src/bridge.h')
-rw-r--r-- | src/bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bridge.h b/src/bridge.h index 628eb603e..23772c98e 100644 --- a/src/bridge.h +++ b/src/bridge.h @@ -6,6 +6,7 @@ #define BRIDGE_H #include "gfx_type.h" +#include "tile_cmd.h" enum { MAX_BRIDGES = 13 |