summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorGravatar ameerj2022-03-18 23:44:24 -0400
committerGravatar ameerj2022-03-19 02:23:32 -0400
commitade596121bc834502c63cdedcd8f68a1f490599d (patch)
tree9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/file_sys
parentMerge pull request #8028 from v1993/patch-9 (diff)
downloadyuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.gz
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.tar.xz
yuzu-ade596121bc834502c63cdedcd8f68a1f490599d.zip
core: Reduce unused includes
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/directory.h1
-rw-r--r--src/core/file_sys/patch_manager.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/file_sys/directory.h b/src/core/file_sys/directory.h
index 21c7aefc8..9a3b62117 100644
--- a/src/core/file_sys/directory.h
+++ b/src/core/file_sys/directory.h
@@ -5,7 +5,6 @@
5#pragma once 5#pragma once
6 6
7#include <cstddef> 7#include <cstddef>
8#include <iterator>
9#include "common/common_funcs.h" 8#include "common/common_funcs.h"
10#include "common/common_types.h" 9#include "common/common_types.h"
11 10
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp
index f19ac4607..5882b971b 100644
--- a/src/core/file_sys/patch_manager.cpp
+++ b/src/core/file_sys/patch_manager.cpp
@@ -10,7 +10,6 @@
10#include "common/hex_util.h" 10#include "common/hex_util.h"
11#include "common/logging/log.h" 11#include "common/logging/log.h"
12#include "common/settings.h" 12#include "common/settings.h"
13#include "common/string_util.h"
14#include "core/core.h" 13#include "core/core.h"
15#include "core/file_sys/common_funcs.h" 14#include "core/file_sys/common_funcs.h"
16#include "core/file_sys/content_archive.h" 15#include "core/file_sys/content_archive.h"