diff options
author | rubidium <rubidium@openttd.org> | 2008-01-09 21:27:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-09 21:27:39 +0000 |
commit | 6c954cad5f73f20fad3804d16f1852c7b52d3ad7 (patch) | |
tree | 03527c71c555a5972cd91f9807d88fc1d057bc65 /src/waypoint.h | |
parent | 998d7644f6a1b58de0b06d539c0436808b1f1e95 (diff) | |
download | openttd-6c954cad5f73f20fad3804d16f1852c7b52d3ad7.tar.xz |
(svn r11801) -Codechange: remove some unneeded includes from some header files.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r-- | src/waypoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/waypoint.h b/src/waypoint.h index 46ffbc89e..ea908145f 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -7,6 +7,7 @@ #include "oldpool.h" #include "rail_map.h" +#include "command_type.h" struct Waypoint; DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000) |