core: Remove unused includes

This commit is contained in:
ameerj 2021-11-03 21:21:01 -04:00
parent 863e2e2b4f
commit 7c4b6aab2e
133 changed files with 1 additions and 221 deletions

View file

@ -7,7 +7,6 @@
#include <functional>
#include <optional>
#include <string>
#include <string_view>
#include "common/common_types.h"
#include "core/file_sys/vfs_types.h"

View file

@ -13,7 +13,6 @@
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/k_process.h"
#include "core/hle/kernel/k_readable_event.h"
#include "core/hle/kernel/k_writable_event.h"
#include "core/hle/service/bcat/backend/backend.h"
#include "core/hle/service/bcat/bcat.h"
#include "core/hle/service/bcat/bcat_module.h"