summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2020-09-15 03:29:41 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2021-01-27 14:29:48 -0800
commit84128d95323490464e51a64c6d90fca15bd9af80 (patch)
tree22fd0759964ca1b92ede13f2a6c85ea4f2355ab6 /Source/Core/DiscIO/FileSystemGCWii.cpp
parent07fd02f207fc4d5abb891fcfd40ba2e3f6f13baa (diff)
rename Common/File to Common/IOFile
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
-rw-r--r--Source/Core/DiscIO/FileSystemGCWii.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp
index 40b15d3715..c706e809a8 100644
--- a/Source/Core/DiscIO/FileSystemGCWii.cpp
+++ b/Source/Core/DiscIO/FileSystemGCWii.cpp
@@ -15,7 +15,7 @@
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
-#include "Common/File.h"
+#include "Common/IOFile.h"
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"