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/industry_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_gui.cpp') diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index bd873ffbd..a8e5b2f2d 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -23,7 +23,7 @@ #include "newgrf_text.h" #include "strings_func.h" #include "map_func.h" -#include "player.h" +#include "player_func.h" bool _ignore_restrictions; -- cgit v1.2.3-54-g00ecf