From ac528411df2e42e066ab301517bd85743162f356 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 12 Jan 2008 14:10:35 +0000 Subject: (svn r11818) -Codechange: split player.h into smaller pieces. --- src/waypoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint.cpp') diff --git a/src/waypoint.cpp b/src/waypoint.cpp index b228b0671..116a40144 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -30,7 +30,7 @@ #include "vehicle_base.h" #include "string_func.h" #include "signal_func.h" -#include "player.h" +#include "player_func.h" enum { -- cgit v1.2.3-54-g00ecf