summaryrefslogtreecommitdiff
path: root/src/core/hle/lock.cpp
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-01-13 22:14:04 +0000
committerMerryMage <MerryMage@users.noreply.github.com>2018-01-13 22:38:52 +0000
commite86bdb16019be278974fcab75255ae37cc600747 (patch)
treee1e8628e276bd3c5044278e495da67236b0d765d /src/core/hle/lock.cpp
parentf95789a0b3f881a17d854534244ad380389d0cb1 (diff)
Fix build on macOS and linux
Diffstat (limited to 'src/core/hle/lock.cpp')
-rw-r--r--src/core/hle/lock.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/lock.cpp b/src/core/hle/lock.cpp
index 1c24c7ce9..be4bfce3b 100644
--- a/src/core/hle/lock.cpp
+++ b/src/core/hle/lock.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include <core/hle/lock.h>
namespace HLE {