Skip to content

Commit 3a71da3

Browse files
committed
Fix redundant forward declaration warning
1 parent 4c788ab commit 3a71da3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rpcs3/Emu/NP/rpcn_client.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#include "stdafx.h"
12
#include "Emu/Cell/lv2/sys_net/sys_net_helpers.h"
23
#include "Emu/NP/ip_address.h"
3-
#include "stdafx.h"
44
#include <string>
55
#include <mutex>
66
#include <thread>
@@ -43,8 +43,6 @@
4343

4444
LOG_CHANNEL(rpcn_log, "rpcn");
4545

46-
int get_native_error();
47-
4846
template <>
4947
void fmt_class_string<rpcn::ErrorType>::format(std::string& out, u64 arg)
5048
{

0 commit comments

Comments
 (0)