diff options
| author | 2020-05-03 13:42:04 -0400 | |
|---|---|---|
| committer | 2020-05-03 13:42:07 -0400 | |
| commit | 4620580245b33f81f1b4e2c923fe1160c4533508 (patch) | |
| tree | babdb9132797171837bdcad516dcbe2c4ce9227e /src | |
| parent | kernel/memory: Remove unused includes (diff) | |
| download | yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.gz yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.tar.xz yuzu-4620580245b33f81f1b4e2c923fe1160c4533508.zip | |
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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include <random> | 5 | #include <random> |
| 8 | 6 | ||
| 9 | #include "core/hle/kernel/memory/system_control.h" | 7 | #include "core/hle/kernel/memory/system_control.h" |