mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 09:55:45 +00:00
common/lz4_compression: Remove #pragma once directive from the cpp file
Introduced within 96e14e0718
, this only
really has an effect within header files.
Silences a -Wpragma-once-outside-header warning with clang.
This commit is contained in:
parent
2e4cd9a9d9
commit
a04ced34de
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
// Licensed under GPLv2 or any later version
|
// Licensed under GPLv2 or any later version
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <lz4hc.h>
|
#include <lz4hc.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue