summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/slab_heap.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-05-03 19:41:15 +0200
committerLioncash <mathew1800@gmail.com>2020-05-03 19:41:18 +0200
commit1ecaa86a520642c008c7d566d33fa39146435aee (patch)
tree8991f278a2c954577937e89e17c2fca26b08a9e4 /src/core/hle/kernel/memory/slab_heap.h
parentkernel/memory: Remove unused variables in memory_block_manager (diff)
downloadyuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar.gz
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar.bz2
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar.lz
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar.xz
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.tar.zst
yuzu-1ecaa86a520642c008c7d566d33fa39146435aee.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/memory/slab_heap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/memory/slab_heap.h b/src/core/hle/kernel/memory/slab_heap.h
index be95fc3f7..a0244025f 100644
--- a/src/core/hle/kernel/memory/slab_heap.h
+++ b/src/core/hle/kernel/memory/slab_heap.h
@@ -10,7 +10,6 @@
#include <atomic>
#include "common/assert.h"
-#include "common/common_funcs.h"
#include "common/common_types.h"
namespace Kernel::Memory {