Browse Source

common/zstd_compression: Remove #pragma once directive from source file

Introduced in 2d755221e8. This is only
necessary within header files.
nce_cpp
Lioncash 7 years ago
parent
commit
0f099b0fd3
  1. 2
      src/common/zstd_compression.cpp

2
src/common/zstd_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 <zstd.h>

Loading…
Cancel
Save