Skip to content
Snippets Groups Projects
Commit 0e2f617a authored by Lioncash's avatar Lioncash
Browse files

common/lz4_compression: Remove #pragma once directive from the cpp file

Introduced within 798d76f4, this only
really has an effect within header files.

Silences a -Wpragma-once-outside-header warning with clang.
parent acde8d3f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment