mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 04:48:36 -06:00
Clans(CI): fix imports
This commit is contained in:
parent
1c1935229c
commit
b5796f5880
@ -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");
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user