summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-04 04:25:11 +0200
committerGitHub <noreply@github.com>2019-04-04 04:25:11 +0200
commit7c31661869156d00241e8aebddc9718b918f57d7 (patch)
tree5d2a657ebb9c72a96b46456c4b35cd76a18ee941 /src
parentMerge pull request #2328 from lioncash/transfer (diff)
parentcommon/lz4_compression: Remove #pragma once directive from the cpp file (diff)
downloadyuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar.gz
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar.bz2
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar.lz
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar.xz
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.tar.zst
yuzu-7c31661869156d00241e8aebddc9718b918f57d7.zip
Diffstat (limited to 'src')
-rw-r--r--src/common/lz4_compression.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/lz4_compression.cpp b/src/common/lz4_compression.cpp
index dc9b4a916..ade6759bb 100644
--- a/src/common/lz4_compression.cpp
+++ b/src/common/lz4_compression.cpp
@@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#pragma once
-
#include <algorithm>
#include <lz4hc.h>