mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Fix redundant forward declaration warning
This commit is contained in:
parent
4c788abad1
commit
3a71da35a9
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
#include "stdafx.h"
|
||||||
#include "Emu/Cell/lv2/sys_net/sys_net_helpers.h"
|
#include "Emu/Cell/lv2/sys_net/sys_net_helpers.h"
|
||||||
#include "Emu/NP/ip_address.h"
|
#include "Emu/NP/ip_address.h"
|
||||||
#include "stdafx.h"
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
@ -43,8 +43,6 @@
|
||||||
|
|
||||||
LOG_CHANNEL(rpcn_log, "rpcn");
|
LOG_CHANNEL(rpcn_log, "rpcn");
|
||||||
|
|
||||||
int get_native_error();
|
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
void fmt_class_string<rpcn::ErrorType>::format(std::string& out, u64 arg)
|
void fmt_class_string<rpcn::ErrorType>::format(std::string& out, u64 arg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue