Merge pull request #2330 from lioncash/pragma

common/lz4_compression: Remove #pragma once directive from the cpp file
pull/8/head
bunnei 6 years ago committed by GitHub
commit 7c31661869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#pragma once
#include <algorithm> #include <algorithm>
#include <lz4hc.h> #include <lz4hc.h>

Loading…
Cancel
Save