diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-01-08 11:57:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 11:57:20 +0100 |
commit | b72ad9d97b7d47fef925f48118ffbc4eb110f276 (patch) | |
tree | d61d864391aae6beed5a0b8adf079932a1c3636f /thirdparty/zstd/common/cpu.h | |
parent | 1b86dbac05f6a80ae99cf444cd6128f66e38e473 (diff) | |
parent | 3645c9c80c7ec085e9097a953146426b886f4dc1 (diff) |
Merge pull request #45012 from akien-mga/zstd-1.4.8
zstd: Update to upstream version 1.4.8
Diffstat (limited to 'thirdparty/zstd/common/cpu.h')
-rw-r--r-- | thirdparty/zstd/common/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/thirdparty/zstd/common/cpu.h b/thirdparty/zstd/common/cpu.h index 6e8a974f62..cb210593ea 100644 --- a/thirdparty/zstd/common/cpu.h +++ b/thirdparty/zstd/common/cpu.h @@ -16,8 +16,6 @@ * https://github.com/facebook/folly/blob/master/folly/CpuId.h */ -#include <string.h> - #include "mem.h" #ifdef _MSC_VER |