From 1ecaa86a520642c008c7d566d33fa39146435aee Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 3 May 2020 13:41:15 -0400 Subject: kernel/memory: Remove unused includes Prevents header churn and needing to recompile these files if these headers are ever changed in the future. --- src/core/hle/kernel/memory/address_space_info.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/kernel/memory/address_space_info.h') diff --git a/src/core/hle/kernel/memory/address_space_info.h b/src/core/hle/kernel/memory/address_space_info.h index cc9a6421e..6c5e1aab4 100644 --- a/src/core/hle/kernel/memory/address_space_info.h +++ b/src/core/hle/kernel/memory/address_space_info.h @@ -7,7 +7,6 @@ #pragma once -#include "common/common_funcs.h" #include "common/common_types.h" namespace Kernel::Memory { -- cgit v1.2.3