From c698c07755fb95990f7b74ac525a65b2c725bfbf Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Fri, 21 Feb 2014 01:47:53 +0100 Subject: Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change). --- Source/Core/DiscIO/FileHandlerARC.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/FileHandlerARC.cpp') diff --git a/Source/Core/DiscIO/FileHandlerARC.cpp b/Source/Core/DiscIO/FileHandlerARC.cpp index 8e820e65b2..770d3aac8b 100644 --- a/Source/Core/DiscIO/FileHandlerARC.cpp +++ b/Source/Core/DiscIO/FileHandlerARC.cpp @@ -2,10 +2,16 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include +#include +#include +#include + +#include "Common/Common.h" #include "Common/FileUtil.h" -#include "Common/StringUtil.h" #include "DiscIO/Blob.h" #include "DiscIO/FileHandlerARC.h" +#include "DiscIO/Filesystem.h" #define ARC_ID 0x55aa382d -- cgit v1.2.3