diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 23:14:04 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 23:38:52 +0100 |
commit | e86bdb16019be278974fcab75255ae37cc600747 (patch) | |
tree | e1e8628e276bd3c5044278e495da67236b0d765d /src/core/hle/lock.cpp | |
parent | Update build scripts (diff) | |
download | yuzu-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 'src/core/hle/lock.cpp')
-rw-r--r-- | src/core/hle/lock.cpp | 2 |
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 { |