summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-03 22:25:11 -0400
committerGitHub <noreply@github.com>2019-04-03 22:25:11 -0400
commit7c31661869156d00241e8aebddc9718b918f57d7 (patch)
tree5d2a657ebb9c72a96b46456c4b35cd76a18ee941
parentacde8d3f687856d05e3b4371498f8c622ba437ca (diff)
parent0e2f617abcf0d633db137fe1466ddb4f17b88236 (diff)
Merge pull request #2330 from lioncash/pragma
common/lz4_compression: Remove #pragma once directive from the cpp file
-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>