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/depot_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/depot_gui.cpp') diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index d9de5b594..f628da3cb 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -23,7 +23,7 @@ #include "strings_func.h" #include "window_func.h" #include "vehicle_func.h" -#include "player.h" +#include "player_func.h" /* * Since all depot window sizes aren't the same, we need to modify sizes a little. -- cgit v1.2.3-54-g00ecf