summaryrefslogtreecommitdiffstats
path: root/src/core/hle/lock.cpp
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-01-13 23:14:04 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2018-01-13 23:38:52 +0100
commite86bdb16019be278974fcab75255ae37cc600747 (patch)
treee1e8628e276bd3c5044278e495da67236b0d765d /src/core/hle/lock.cpp
parentUpdate build scripts (diff)
downloadyuzu-e86bdb16019be278974fcab75255ae37cc600747.tar
yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.gz
yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.bz2
yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.lz
yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.xz
yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.zst
yuzu-e86bdb16019be278974fcab75255ae37cc600747.zip
Diffstat (limited to '')
-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 {