diff options
author | Lioncash <mathew1800@gmail.com> | 2020-05-03 13:42:04 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-05-03 13:42:07 -0400 |
commit | 4620580245b33f81f1b4e2c923fe1160c4533508 (patch) | |
tree | babdb9132797171837bdcad516dcbe2c4ce9227e /src | |
parent | 1ecaa86a520642c008c7d566d33fa39146435aee (diff) |
kernel/memory: Remove #pragma once within cpp file
This isn't necessary in a cpp file and will cause warnings on clang.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/kernel/memory/system_control.cpp | 2 |
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" |