summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-03-09 20:06:34 +0100
committerJosJuice <josjuice@gmail.com>2021-03-09 20:34:24 +0100
commit49ccc77ebb1862a61293a14ee1d1d8b18b7f1fe1 (patch)
treea76289306b29de1c5e47c48aa59351240c01ed04 /Source/Core/DiscIO/FileSystemGCWii.cpp
parent72a6fff36c42989c71765012e26285943085b8c5 (diff)
DiscIO: Move some code from DiscExtractor to new file DiscUtils
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 c706e809a8..cc48fa8f85 100644
--- a/Source/Core/DiscIO/FileSystemGCWii.cpp
+++ b/Source/Core/DiscIO/FileSystemGCWii.cpp
@@ -19,7 +19,7 @@
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
-#include "DiscIO/DiscExtractor.h"
+#include "DiscIO/DiscUtils.h"
#include "DiscIO/FileSystemGCWii.h"
#include "DiscIO/Filesystem.h"
#include "DiscIO/VolumeDisc.h"