mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
Common: Rename ENetUtil.cpp/.h to ENet.cpp/.h
This commit is contained in:
parent
64ce2012e3
commit
09e11b8067
6 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue