diff --git a/src/newgrf_house.cpp b/src/newgrf_house.cpp --- a/src/newgrf_house.cpp +++ b/src/newgrf_house.cpp @@ -20,10 +20,10 @@ #include "newgrf_commons.h" #include "transparency.h" #include "functions.h" -#include "player_func.h" +#include "company_func.h" #include "animated_tile_func.h" #include "date_func.h" -#include "player_base.h" +#include "company_base.h" #include "table/strings.h" #include "table/sprites.h"