diff options
author | rubidium <rubidium@openttd.org> | 2007-12-18 19:52:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-18 19:52:14 +0000 |
commit | 09951941629e758484d51c39ebd87e3632b19565 (patch) | |
tree | e33a532cbac926cf6b9b10a29cc5453106de819d /src/road_cmd.h | |
parent | 962f6361ff8d4827c18ca2f8bfc130170d3837bd (diff) | |
download | openttd-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/road_cmd.h')
-rw-r--r-- | src/road_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_cmd.h b/src/road_cmd.h index 66ea2f652..c5d98daf2 100644 --- a/src/road_cmd.h +++ b/src/road_cmd.h @@ -5,7 +5,7 @@ #ifndef ROAD_CMD_H #define ROAD_CMD_H -#include "direction.h" +#include "direction_type.h" void DrawRoadDepotSprite(int x, int y, DiagDirection dir, RoadType rt); |