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 c3a543862e..f26ff9edc9 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"