From: Paul Floyd Date: Mon, 25 Nov 2024 20:27:56 +0000 (+0100) Subject: Remove standard headers from zstddeclib.c X-Git-Tag: VALGRIND_3_25_0~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c812e7fb5727ce09cad17ab0a6cb5e0464f2a24e;p=thirdparty%2Fvalgrind.git Remove standard headers from zstddeclib.c Not needed and safer without them. --- diff --git a/coregrind/m_debuginfo/zstddeclib.c b/coregrind/m_debuginfo/zstddeclib.c index 5b1f3c2fb..405125c6c 100644 --- a/coregrind/m_debuginfo/zstddeclib.c +++ b/coregrind/m_debuginfo/zstddeclib.c @@ -112,10 +112,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "pub_core_mallocfree.h" #include "pub_core_libcbase.h" -#include -#include -#include - # define ZSTD_memcpy(d,s,l) VG_(memcpy)((d),(s),(l)) # define ZSTD_memmove(d,s,l) VG_(memmove)((d),(s),(l)) # define ZSTD_memset(p,v,l) VG_(memset)((p),(v),(l))