summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-05-03 19:42:04 +0200
committerLioncash <mathew1800@gmail.com>2020-05-03 19:42:07 +0200
commit4620580245b33f81f1b4e2c923fe1160c4533508 (patch)
treebabdb9132797171837bdcad516dcbe2c4ce9227e /src/core/hle/kernel
parentkernel/memory: Remove unused includes (diff)
downloadyuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.gz
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.bz2
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.lz
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.xz
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.zst
yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.zip
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r--src/core/hle/kernel/memory/system_control.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/memory/system_control.cpp b/src/core/hle/kernel/memory/system_control.cpp
index 9cae3c6cb..2f98e9c4c 100644
--- a/src/core/hle/kernel/memory/system_control.cpp
+++ b/src/core/hle/kernel/memory/system_control.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include <random>
#include "core/hle/kernel/memory/system_control.h"