]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove standard headers from zstddeclib.c
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 25 Nov 2024 20:27:56 +0000 (21:27 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 25 Nov 2024 20:27:56 +0000 (21:27 +0100)
Not needed and safer without them.

coregrind/m_debuginfo/zstddeclib.c

index 5b1f3c2fbdfe2a83c53b1e7c85d22a405eeefc29..405125c6c2692f3000b0fd1a5fcc206aeeb2f4cd 100644 (file)
@@ -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 <limits.h>
-#include <stddef.h>
-#include <string.h>
-
 # 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))