diff options
Diffstat (limited to 'contrib/zstd/cpu.h')
-rw-r--r-- | contrib/zstd/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/zstd/cpu.h b/contrib/zstd/cpu.h index 6e8a974f6..8bc34a36d 100644 --- a/contrib/zstd/cpu.h +++ b/contrib/zstd/cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Facebook, Inc. + * Copyright (c) Meta Platforms, Inc. and affiliates. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the @@ -16,8 +16,6 @@ * https://github.com/facebook/folly/blob/master/folly/CpuId.h */ -#include <string.h> - #include "mem.h" #ifdef _MSC_VER |