]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unnecessary #includes.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 13:41:28 +0000 (13:41 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 13:41:28 +0000 (13:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2769

coregrind/vg_memory.c
coregrind/vg_signals.c
coregrind/vg_transtab.c

index 0e1cd84be05c67067372dfc0ca7026483bcdb0dc..9bbc7d9f5bdbb4a01ac072d3ce8f47ea51dae647 100644 (file)
@@ -32,8 +32,6 @@
 
 #include "core.h"
 
-#include <stddef.h>
-
 /* Define to debug the memory-leak-detector. */
 /* #define VG_DEBUG_LEAKCHECK */
 
index 7cbc81a3029841edbafc6e74bfaa49a41fb7bf20..4d46e48f165710eb6e69138a132eca3f7afb2d62 100644 (file)
@@ -75,7 +75,6 @@
  */
 
 #include "core.h"
-#include <stddef.h>            /* OK, no library dependencies */
 
 /* Define to give more sanity checking for signals. */
 #define DEBUG_SIGNALS
index 24d550044c8b58b57d5cccf995bc700638b7f796..6640bc2f764d135c987a439b5d33d8e7b4e463ea 100644 (file)
@@ -30,7 +30,6 @@
 */
 
 #include "core.h"
-#include <stddef.h>
 
 /* #define DEBUG_TRANSTAB */