mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
hle/lock: Remove #pragma once in cpp file
This commit is contained in:
parent
dcb48840c3
commit
f5be3258f2
@ -2,10 +2,8 @@
|
|||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <core/hle/lock.h>
|
#include <core/hle/lock.h>
|
||||||
|
|
||||||
namespace HLE {
|
namespace HLE {
|
||||||
std::recursive_mutex g_hle_lock;
|
std::recursive_mutex g_hle_lock;
|
||||||
}
|
} // namespace HLE
|
||||||
|
Loading…
Reference in New Issue
Block a user