Merge pull request #3024 from MerryMage/hle-lock
hle/lock: Remove #pragma once in cpp file
This commit is contained in:
commit
5b22cf08f0
@ -2,10 +2,8 @@
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <core/hle/lock.h>
|
||||
|
||||
namespace HLE {
|
||||
std::recursive_mutex g_hle_lock;
|
||||
}
|
||||
} // namespace HLE
|
||||
|
Loading…
Reference in New Issue
Block a user