Browse Source
Merge pull request #2448 from lioncash/pragma
common/zstd_compression: Remove #pragma once directive from source file
pull/15/merge
Rodrigo Locatti
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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>
|
|
|
|
|
|
|
|
|