summaryrefslogtreecommitdiffstats
path: root/src/common/cache_management.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cache_management.cpp')
-rw-r--r--src/common/cache_management.cpp5
1 files changed, 2 insertions, 3 deletions
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 <cstdint>
#include <cstring>
-#include "alignment.h"
-#include "cache_management.h"
-#include "common_types.h"
+#include "common/cache_management.h"
namespace Common {