mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 02:27:54 -05:00
common/cache_management: Amend header includes
Narrows the include in the header to <cstddef>, since that's what houses size_t's definition, meanwhile the <cstdint> include can be moved into the cpp file.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "stdlib.h"
|
||||
#include <cstddef>
|
||||
|
||||
namespace Common {
|
||||
|
||||
|
Reference in New Issue
Block a user