diff -r 4187ad809fe7 -r 52015340050c src/waypoint.cpp --- a/src/waypoint.cpp Mon Jan 07 14:02:26 2008 +0000 +++ b/src/waypoint.cpp Mon Jan 07 14:23:25 2008 +0000 @@ -19,7 +19,6 @@ #include "table/strings.h" #include "yapf/yapf.h" #include "newgrf.h" -#include "string.h" #include "misc/autoptr.hpp" #include "strings_func.h" #include "viewport.h" @@ -29,6 +28,7 @@ #include "date_func.h" #include "vehicle_func.h" #include "vehicle_base.h" +#include "string_func.h" enum { MAX_WAYPOINTS_PER_TOWN = 64,