Fix redundant forward declaration warning

This commit is contained in:
Megamouse
2025-03-11 20:42:01 +01:00
parent 4c788abad1
commit 3a71da35a9
+1 -3
View File
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "Emu/Cell/lv2/sys_net/sys_net_helpers.h"
#include "Emu/NP/ip_address.h"
#include "stdafx.h"
#include <string>
#include <mutex>
#include <thread>
@@ -43,8 +43,6 @@
LOG_CHANNEL(rpcn_log, "rpcn");
int get_native_error();
template <>
void fmt_class_string<rpcn::ErrorType>::format(std::string& out, u64 arg)
{