]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unnecessary #include statement.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:18:07 +0000 (08:18 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:18:07 +0000 (08:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2646

coregrind/vg_replace_malloc.c.base

index faae2ab883555834c2da28b3f6db996e32f25487..9069984e9d2cd1b91cc6b7e0bb0b87658e1aeffe 100644 (file)
@@ -43,7 +43,6 @@
 
 #include "valgrind.h"            /* for VALGRIND_NON_SIMD_CALL[12] */
 #include "core.h"
-#include "vg_skin.h"
 
 #define LIBALIAS(ret, name, args) \
    ret VG_INTERCEPT(soname:libstdc++*, __libc_##name) args \