Merge pull request #2330 from lioncash/pragma

common/lz4_compression: Remove #pragma once directive from the cpp file
This commit is contained in:
bunnei 2019-04-03 22:25:11 -04:00 committed by GitHub
commit 804c35a561

View file

@ -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>