From: Bart Van Assche Date: Sun, 25 May 2008 16:01:03 +0000 (+0000) Subject: Removed superfluous #include directive. X-Git-Tag: svn/VALGRIND_3_4_0~560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df3037fdc93f00c11ee19444cba8a1064ac1707b;p=thirdparty%2Fvalgrind.git Removed superfluous #include directive. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8124 --- diff --git a/coregrind/m_syswrap/syswrap-x86-linux.c b/coregrind/m_syswrap/syswrap-x86-linux.c index cb991f7de2..f698da62f7 100644 --- a/coregrind/m_syswrap/syswrap-x86-linux.c +++ b/coregrind/m_syswrap/syswrap-x86-linux.c @@ -37,7 +37,6 @@ #include "pub_core_vki.h" #include "pub_core_vkiscnums.h" #include "pub_core_threadstate.h" -#include "pub_core_debuginfo.h" // VG_(di_notify_mmap) #include "pub_core_aspacemgr.h" #include "pub_core_debuglog.h" #include "pub_core_libcbase.h"