summaryrefslogtreecommitdiff
path: root/src/common/zstd_compression.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2019-05-04 01:54:10 -0400
committerGravatar Lioncash2019-05-04 01:54:29 -0400
commita6f7a44aab462ab226d73d30ecd5509af6354974 (patch)
treeb50bddf3bb1e0c05cc819031b65c9af9273a7b4a /src/common/zstd_compression.cpp
parentMerge pull request #2408 from FearlessTobi/port-4215 (diff)
downloadyuzu-a6f7a44aab462ab226d73d30ecd5509af6354974.tar.gz
yuzu-a6f7a44aab462ab226d73d30ecd5509af6354974.tar.xz
yuzu-a6f7a44aab462ab226d73d30ecd5509af6354974.zip
common/zstd_compression: Remove #pragma once directive from source file
Introduced in 72477731ed20c56a4d6f18a22f43224fab667cef. This is only necessary within header files.
Diffstat (limited to 'src/common/zstd_compression.cpp')
-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 @@
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 <algorithm> 5#include <algorithm>
8#include <zstd.h> 6#include <zstd.h>
9 7