kernel/memory: Remove #pragma once within cpp file

This isn't necessary in a cpp file and will cause warnings on clang.
This commit is contained in:
Lioncash 2020-05-03 13:42:04 -04:00
parent 1ecaa86a52
commit 4620580245

View File

@ -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"