diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp --- a/src/network/network_gui.cpp +++ b/src/network/network_gui.cpp @@ -24,12 +24,12 @@ #include "../core/alloc_func.hpp" #include "../string_func.h" #include "../gfx_func.h" -#include "../player_func.h" +#include "../company_func.h" #include "../settings_type.h" #include "../widgets/dropdown_func.h" #include "../querystring_gui.h" #include "../sortlist_type.h" -#include "../player_base.h" +#include "../company_base.h" #include "table/strings.h" #include "../table/sprites.h"