From c3e43c7e812be54ee33d559cbe5283bd445897dc Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 7 Dec 2019 22:09:20 -0500 Subject: kernel: Remove unnecessary includes Over the course of the changes to the kernel code, a few includes are no longer necessary, particularly with the change over to std::shared_ptr from Boost's intrusive_ptr. --- src/core/hle/kernel/handle_table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/kernel/handle_table.h') diff --git a/src/core/hle/kernel/handle_table.h b/src/core/hle/kernel/handle_table.h index 9fcb4cc15..8029660ed 100644 --- a/src/core/hle/kernel/handle_table.h +++ b/src/core/hle/kernel/handle_table.h @@ -6,6 +6,8 @@ #include #include +#include + #include "common/common_types.h" #include "core/hle/kernel/object.h" #include "core/hle/result.h" -- cgit v1.2.3