diff options
| author | 2022-11-28 13:12:20 -0500 | |
|---|---|---|
| committer | 2022-11-28 13:12:20 -0500 | |
| commit | bbb963a31a141979b27615b9c28bcc72be50468e (patch) | |
| tree | 9e47c51184bbaa38076805431144a326a7e4e385 /src/common/cache_management.cpp | |
| parent | Merge pull request #9338 from lioncash/properties (diff) | |
| parent | common/cache_management: Amend header includes (diff) | |
| download | yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.gz yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.tar.xz yuzu-bbb963a31a141979b27615b9c28bcc72be50468e.zip | |
Merge pull request #9339 from lioncash/cacheheader
common/cache_management: Amend header includes
Diffstat (limited to 'src/common/cache_management.cpp')
| -rw-r--r-- | src/common/cache_management.cpp | 5 |
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 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #include <cstdint> | ||
| 4 | #include <cstring> | 5 | #include <cstring> |
| 5 | 6 | ||
| 6 | #include "alignment.h" | 7 | #include "common/cache_management.h" |
| 7 | #include "cache_management.h" | ||
| 8 | #include "common_types.h" | ||
| 9 | 8 | ||
| 10 | namespace Common { | 9 | namespace Common { |
| 11 | 10 | ||