]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed superfluous #include directive.
authorBart Van Assche <bvanassche@acm.org>
Sun, 25 May 2008 16:01:03 +0000 (16:01 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 25 May 2008 16:01:03 +0000 (16:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8124

coregrind/m_syswrap/syswrap-x86-linux.c

index cb991f7de29682759ab1b2cc212d325ca5e3faf2..f698da62f7707c4802444df3312cdb4184b94d89 100644 (file)
@@ -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"