From 62242331d865a842687f463eb93c9a10fd505a00 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 22 Apr 2018 23:13:28 -0400 Subject: [PATCH] NandPaths: Remove unused header inclusions --- Source/Core/Common/NandPaths.cpp | 7 ++----- Source/Core/Common/NandPaths.h | 2 -- Source/Core/Core/HW/GCMemcard/GCMemcard.h | 1 + 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Source/Core/Common/NandPaths.cpp b/Source/Core/Common/NandPaths.cpp index ec43b38484..5f0bdc34f3 100644 --- a/Source/Core/Common/NandPaths.cpp +++ b/Source/Core/Common/NandPaths.cpp @@ -2,19 +2,16 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/NandPaths.h" + #include #include #include -#include #include #include "Common/CommonTypes.h" -#include "Common/File.h" #include "Common/FileUtil.h" -#include "Common/Logging/Log.h" -#include "Common/NandPaths.h" #include "Common/StringUtil.h" -#include "Common/Swap.h" namespace Common { diff --git a/Source/Core/Common/NandPaths.h b/Source/Core/Common/NandPaths.h index 6ef53a9912..1afa5e619b 100644 --- a/Source/Core/Common/NandPaths.h +++ b/Source/Core/Common/NandPaths.h @@ -5,8 +5,6 @@ #pragma once #include -#include -#include #include "Common/CommonTypes.h" diff --git a/Source/Core/Core/HW/GCMemcard/GCMemcard.h b/Source/Core/Core/HW/GCMemcard/GCMemcard.h index 54247316dc..d08bb76d7a 100644 --- a/Source/Core/Core/HW/GCMemcard/GCMemcard.h +++ b/Source/Core/Core/HW/GCMemcard/GCMemcard.h @@ -6,6 +6,7 @@ #include #include +#include #include "Common/CommonTypes.h" #include "Common/NandPaths.h"