mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Common: Rename ENetUtil.cpp/.h to ENet.cpp/.h
This commit is contained in:
parent
64ce2012e3
commit
09e11b8067
@ -41,8 +41,8 @@ add_library(common
|
|||||||
DebugInterface.h
|
DebugInterface.h
|
||||||
DynamicLibrary.cpp
|
DynamicLibrary.cpp
|
||||||
DynamicLibrary.h
|
DynamicLibrary.h
|
||||||
ENetUtil.cpp
|
ENet.cpp
|
||||||
ENetUtil.h
|
ENet.h
|
||||||
EnumFormatter.h
|
EnumFormatter.h
|
||||||
EnumMap.h
|
EnumMap.h
|
||||||
Event.h
|
Event.h
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright 2015 Dolphin Emulator Project
|
// Copyright 2015 Dolphin Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include "Common/ENetUtil.h"
|
#include "Common/ENet.h"
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
#include "Common/Logging/Log.h"
|
#include "Common/Logging/Log.h"
|
@ -23,7 +23,7 @@
|
|||||||
#include "Common/CommonPaths.h"
|
#include "Common/CommonPaths.h"
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
#include "Common/Crypto/SHA1.h"
|
#include "Common/Crypto/SHA1.h"
|
||||||
#include "Common/ENetUtil.h"
|
#include "Common/ENet.h"
|
||||||
#include "Common/FileUtil.h"
|
#include "Common/FileUtil.h"
|
||||||
#include "Common/Logging/Log.h"
|
#include "Common/Logging/Log.h"
|
||||||
#include "Common/MsgHandler.h"
|
#include "Common/MsgHandler.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
|
||||||
#include "Common/CommonPaths.h"
|
#include "Common/CommonPaths.h"
|
||||||
#include "Common/ENetUtil.h"
|
#include "Common/ENet.h"
|
||||||
#include "Common/FileUtil.h"
|
#include "Common/FileUtil.h"
|
||||||
#include "Common/HttpRequest.h"
|
#include "Common/HttpRequest.h"
|
||||||
#include "Common/Logging/Log.h"
|
#include "Common/Logging/Log.h"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<ClInclude Include="Common\Debug\Watches.h" />
|
<ClInclude Include="Common\Debug\Watches.h" />
|
||||||
<ClInclude Include="Common\DebugInterface.h" />
|
<ClInclude Include="Common\DebugInterface.h" />
|
||||||
<ClInclude Include="Common\DynamicLibrary.h" />
|
<ClInclude Include="Common\DynamicLibrary.h" />
|
||||||
<ClInclude Include="Common\ENetUtil.h" />
|
<ClInclude Include="Common\ENet.h" />
|
||||||
<ClInclude Include="Common\EnumFormatter.h" />
|
<ClInclude Include="Common\EnumFormatter.h" />
|
||||||
<ClInclude Include="Common\EnumMap.h" />
|
<ClInclude Include="Common\EnumMap.h" />
|
||||||
<ClInclude Include="Common\Event.h" />
|
<ClInclude Include="Common\Event.h" />
|
||||||
@ -753,7 +753,7 @@
|
|||||||
<ClCompile Include="Common\Debug\MemoryPatches.cpp" />
|
<ClCompile Include="Common\Debug\MemoryPatches.cpp" />
|
||||||
<ClCompile Include="Common\Debug\Watches.cpp" />
|
<ClCompile Include="Common\Debug\Watches.cpp" />
|
||||||
<ClCompile Include="Common\DynamicLibrary.cpp" />
|
<ClCompile Include="Common\DynamicLibrary.cpp" />
|
||||||
<ClCompile Include="Common\ENetUtil.cpp" />
|
<ClCompile Include="Common\ENet.cpp" />
|
||||||
<ClCompile Include="Common\FatFsUtil.cpp" />
|
<ClCompile Include="Common\FatFsUtil.cpp" />
|
||||||
<ClCompile Include="Common\FileSearch.cpp" />
|
<ClCompile Include="Common\FileSearch.cpp" />
|
||||||
<ClCompile Include="Common\FileUtil.cpp" />
|
<ClCompile Include="Common\FileUtil.cpp" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user