Merge pull request #2448 from lioncash/pragma

common/zstd_compression: Remove #pragma once directive from source file
This commit is contained in:
Rodrigo Locatti 2019-05-07 05:51:37 -03:00 committed by GitHub
commit c3a54dbe3f

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 <zstd.h>