From eeda0564908ed68aef011668bb47c15d972954db Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 15 Nov 2015 17:15:16 +0100 Subject: [PATCH] ISOFile/GameFile: Clean up includes --- Source/Core/DolphinQt/GameList/GameFile.cpp | 3 +-- Source/Core/DolphinQt/GameList/GameFile.h | 1 - Source/Core/DolphinWX/ISOFile.cpp | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Source/Core/DolphinQt/GameList/GameFile.cpp b/Source/Core/DolphinQt/GameList/GameFile.cpp index d73262eebe..845487b68e 100644 --- a/Source/Core/DolphinQt/GameList/GameFile.cpp +++ b/Source/Core/DolphinQt/GameList/GameFile.cpp @@ -20,8 +20,7 @@ #include "Core/ConfigManager.h" -#include "DiscIO/CompressedBlob.h" -#include "DiscIO/Filesystem.h" +#include "DiscIO/VolumeCreator.h" #include "DolphinQt/GameList/GameFile.h" #include "DolphinQt/Utils/Utils.h" diff --git a/Source/Core/DolphinQt/GameList/GameFile.h b/Source/Core/DolphinQt/GameList/GameFile.h index b9920100d6..a89f484b55 100644 --- a/Source/Core/DolphinQt/GameList/GameFile.h +++ b/Source/Core/DolphinQt/GameList/GameFile.h @@ -12,7 +12,6 @@ #include "DiscIO/Blob.h" #include "DiscIO/Volume.h" -#include "DiscIO/VolumeCreator.h" #include "DolphinQt/Utils/Resources.h" diff --git a/Source/Core/DolphinWX/ISOFile.cpp b/Source/Core/DolphinWX/ISOFile.cpp index 98679b0da2..8a2edf69cf 100644 --- a/Source/Core/DolphinWX/ISOFile.cpp +++ b/Source/Core/DolphinWX/ISOFile.cpp @@ -28,8 +28,6 @@ #include "Core/ConfigManager.h" #include "Core/Boot/Boot.h" -#include "DiscIO/CompressedBlob.h" -#include "DiscIO/Filesystem.h" #include "DiscIO/Volume.h" #include "DiscIO/VolumeCreator.h"