summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-05-07 10:51:37 +0200
committerGitHub <noreply@github.com>2019-05-07 10:51:37 +0200
commit57db3f6763a3082303384588d9efe6bc285e6e5f (patch)
tree27d40dcfd3d669d28a680a0f1dfa7941e3630f33
parentMerge pull request #2449 from lioncash/unused-var (diff)
parentcommon/zstd_compression: Remove #pragma once directive from source file (diff)
downloadyuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar.gz
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar.bz2
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar.lz
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar.xz
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.tar.zst
yuzu-57db3f6763a3082303384588d9efe6bc285e6e5f.zip
-rw-r--r--src/common/zstd_compression.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/zstd_compression.cpp b/src/common/zstd_compression.cpp
index 60a35c67c..978526492 100644
--- a/src/common/zstd_compression.cpp
+++ b/src/common/zstd_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 <zstd.h>