From 2fc62eab058153a2d9d6fc7b14d8f8f28da8b183 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/road_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index f5194c367..5e793adc0 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -23,7 +23,7 @@ #include "window_func.h" #include "vehicle_func.h" #include "sound_func.h" -#include "player.h" +#include "player_func.h" static void ShowRVStationPicker(RoadStop::Type rs); -- cgit v1.2.3-54-g00ecf