mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
rename Common/File to Common/IOFile
This commit is contained in:
parent
07fd02f207
commit
84128d9532
84 changed files with 87 additions and 87 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <string>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
#include "Common/IOFile.h"
|
||||
#include "Common/PcapFile.h"
|
||||
|
||||
namespace DSP
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
#include <fmt/format.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/File.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/IOFile.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/StringUtil.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue