From f09ceaa735080b8cde5f9102e7f061530d9b474e Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 15 Jan 2017 21:46:32 +0100 Subject: Move IOFile to a separate file Reduces the number of files that need to be recompiled when making changes to FileUtil.h. --- Source/Core/DiscIO/FileSystemGCWii.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp') diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp index b809047679..292fde00cf 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -12,7 +12,7 @@ #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" -#include "Common/FileUtil.h" +#include "Common/File.h" #include "Common/Logging/Log.h" #include "Common/MsgHandler.h" #include "Common/StringUtil.h" -- cgit v1.2.3