diff options
| author | 2018-01-13 22:14:04 +0000 | |
|---|---|---|
| committer | 2018-01-13 22:38:52 +0000 | |
| commit | e86bdb16019be278974fcab75255ae37cc600747 (patch) | |
| tree | e1e8628e276bd3c5044278e495da67236b0d765d /src/core/hle/lock.cpp | |
| parent | Update build scripts (diff) | |
| download | yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.gz yuzu-e86bdb16019be278974fcab75255ae37cc600747.tar.xz yuzu-e86bdb16019be278974fcab75255ae37cc600747.zip | |
Fix build on macOS and linux
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 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include <core/hle/lock.h> | 5 | #include <core/hle/lock.h> |
| 8 | 6 | ||
| 9 | namespace HLE { | 7 | namespace HLE { |