diff src/openttd.cpp @ 10208:39cf8eebfda5 draft

(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
author rubidium <rubidium@openttd.org>
date Tue, 30 Sep 2008 20:51:04 +0000 (2008-09-30)
parents c54d140df948
children 59398a628f10
line wrap: on
line diff
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -27,8 +27,8 @@
 #include "debug.h"
 #include "saveload.h"
 #include "landscape.h"
-#include "player_func.h"
-#include "player_base.h"
+#include "company_func.h"
+#include "company_base.h"
 #include "command_func.h"
 #include "town.h"
 #include "industry.h"
@@ -49,7 +49,7 @@
 #include "yapf/yapf.h"
 #include "settings_func.h"
 #include "genworld.h"
-#include "player_face.h"
+#include "company_manager_face.h"
 #include "group.h"
 #include "strings_func.h"
 #include "date_func.h"