Browse Source
Merge pull request #9339 from lioncash/cacheheader
common/cache_management: Amend header includes
pull/15/merge
Morph
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
4 deletions
-
src/common/cache_management.cpp
-
src/common/cache_management.h
|
|
|
@ -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 { |
|
|
|
|
|
|
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include "stdlib.h" |
|
|
|
#include <cstddef> |
|
|
|
|
|
|
|
namespace Common { |
|
|
|
|
|
|
|
|