From 6c954cad5f73f20fad3804d16f1852c7b52d3ad7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 9 Jan 2008 21:27:39 +0000 Subject: (svn r11801) -Codechange: remove some unneeded includes from some header files. --- src/waypoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/waypoint.h') 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) -- cgit v1.2.3-54-g00ecf