From: Nicholas Nethercote Date: Thu, 2 Sep 2004 08:18:07 +0000 (+0000) Subject: Remove unnecessary #include statement. X-Git-Tag: svn/VALGRIND_3_0_0~1637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef3e74483c43e9e9f946cf11219e5b68b906e19;p=thirdparty%2Fvalgrind.git Remove unnecessary #include statement. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2646 --- diff --git a/coregrind/vg_replace_malloc.c.base b/coregrind/vg_replace_malloc.c.base index faae2ab883..9069984e9d 100644 --- a/coregrind/vg_replace_malloc.c.base +++ b/coregrind/vg_replace_malloc.c.base @@ -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 \