From c2c9b4474981e075a5e21ce0deed8667c1e49510 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 28 Nov 2022 10:19:51 -0500 Subject: common/cache_management: Amend header includes Narrows the include in the header to , since that's what houses size_t's definition, meanwhile the include can be moved into the cpp file. --- src/common/cache_management.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common/cache_management.cpp') diff --git a/src/common/cache_management.cpp b/src/common/cache_management.cpp index 57810b76a..ed353828a 100644 --- a/src/common/cache_management.cpp +++ b/src/common/cache_management.cpp @@ -1,11 +1,10 @@ // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include #include -#include "alignment.h" -#include "cache_management.h" -#include "common_types.h" +#include "common/cache_management.h" namespace Common { -- cgit v1.2.3