mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Merge pull request #2448 from lioncash/pragma
common/zstd_compression: Remove #pragma once directive from source file
This commit is contained in:
commit
57db3f6763
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue