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/resource_limit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/kernel/resource_limit.h') diff --git a/src/core/hle/kernel/resource_limit.h b/src/core/hle/kernel/resource_limit.h index b5534620d..53b89e621 100644 --- a/src/core/hle/kernel/resource_limit.h +++ b/src/core/hle/kernel/resource_limit.h @@ -5,6 +5,8 @@ #pragma once #include +#include + #include "common/common_types.h" #include "core/hle/kernel/object.h" -- cgit v1.2.3