Clans(CI): fix imports

This commit is contained in:
zeph 2025-12-09 11:14:15 +01:00
parent 1c1935229c
commit b5796f5880
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#include "Emu/Cell/Modules/sceNpClans.h"
#include "stdafx.h"
#include <util/types.hpp>
@ -8,8 +7,9 @@
#include <Utilities/StrUtil.h>
#include <Utilities/StrFmt.h>
#include <Emu/NP/clans_client.h>
#include <Emu/NP/clans_config.h>
#include "Emu/Cell/Modules/sceNpClans.h"
#include "Emu/NP/clans_client.h"
#include "Emu/NP/clans_config.h"
LOG_CHANNEL(clan_log, "clans");

View File

@ -1,10 +1,11 @@
#pragma once
#include <3rdparty/curl/curl/include/curl/curl.h>
#include <curl/curl.h>
#include <pugixml.hpp>
#include <Emu/Cell/Modules/sceNpClans.h>
#include <Emu/NP/np_handler.h>
#include <Emu/IdManager.h>
#include <pugixml.hpp>
inline const char* CLANS_ENTITLEMENT_ID = "NPWR00432_00";
inline const char* CLANS_SERVICE_ID = "IV0001-NPXS01001_00";

View File

@ -1,9 +1,9 @@
#include "stdafx.h"
#include "Emu/Cell/Modules/sceNp.h"
#include "Emu/Cell/Modules/sceNp2.h"
#include "Emu/NP/clans_client.h"
#include "Emu/NP/rpcn_types.h"
#include "Utilities/StrFmt.h"
#include "stdafx.h"
#include "Emu/Cell/PPUCallback.h"
#include "Emu/Cell/lv2/sys_sync.h"
#include "Emu/system_config.h"