diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 8269290729..77f9c87a1a 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -41,8 +41,8 @@ add_library(common DebugInterface.h DynamicLibrary.cpp DynamicLibrary.h - ENetUtil.cpp - ENetUtil.h + ENet.cpp + ENet.h EnumFormatter.h EnumMap.h Event.h diff --git a/Source/Core/Common/ENetUtil.cpp b/Source/Core/Common/ENet.cpp similarity index 98% rename from Source/Core/Common/ENetUtil.cpp rename to Source/Core/Common/ENet.cpp index 3bf524ea8b..b694eba042 100644 --- a/Source/Core/Common/ENetUtil.cpp +++ b/Source/Core/Common/ENet.cpp @@ -1,7 +1,7 @@ // Copyright 2015 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include "Common/ENetUtil.h" +#include "Common/ENet.h" #include "Common/CommonTypes.h" #include "Common/Logging/Log.h" diff --git a/Source/Core/Common/ENetUtil.h b/Source/Core/Common/ENet.h similarity index 100% rename from Source/Core/Common/ENetUtil.h rename to Source/Core/Common/ENet.h diff --git a/Source/Core/Core/NetPlayClient.cpp b/Source/Core/Core/NetPlayClient.cpp index 074e4faf54..0aa235afd2 100644 --- a/Source/Core/Core/NetPlayClient.cpp +++ b/Source/Core/Core/NetPlayClient.cpp @@ -23,7 +23,7 @@ #include "Common/CommonPaths.h" #include "Common/CommonTypes.h" #include "Common/Crypto/SHA1.h" -#include "Common/ENetUtil.h" +#include "Common/ENet.h" #include "Common/FileUtil.h" #include "Common/Logging/Log.h" #include "Common/MsgHandler.h" diff --git a/Source/Core/Core/NetPlayServer.cpp b/Source/Core/Core/NetPlayServer.cpp index a5e716cd31..9453c97478 100644 --- a/Source/Core/Core/NetPlayServer.cpp +++ b/Source/Core/Core/NetPlayServer.cpp @@ -20,7 +20,7 @@ #include #include "Common/CommonPaths.h" -#include "Common/ENetUtil.h" +#include "Common/ENet.h" #include "Common/FileUtil.h" #include "Common/HttpRequest.h" #include "Common/Logging/Log.h" diff --git a/Source/Core/DolphinLib.props b/Source/Core/DolphinLib.props index 44048669a6..0a23ac5c8c 100644 --- a/Source/Core/DolphinLib.props +++ b/Source/Core/DolphinLib.props @@ -42,7 +42,7 @@ - + @@ -753,7 +753,7 @@ - +