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/client_port.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/kernel/client_port.h') diff --git a/src/core/hle/kernel/client_port.h b/src/core/hle/kernel/client_port.h index 715edd18c..9762bbf0d 100644 --- a/src/core/hle/kernel/client_port.h +++ b/src/core/hle/kernel/client_port.h @@ -4,7 +4,9 @@ #pragma once +#include #include + #include "common/common_types.h" #include "core/hle/kernel/object.h" #include "core/hle/result.h" -- cgit v1.2.3