|
From: <sv...@va...> - 2008-05-18 07:47:53
|
Author: bart Date: 2008-05-18 08:47:59 +0100 (Sun, 18 May 2008) New Revision: 8104 Log: Removed superfluous #include. Modified: branches/CROSS_COMPILATION/coregrind/m_syswrap/syswrap-x86-linux.c Modified: branches/CROSS_COMPILATION/coregrind/m_syswrap/syswrap-x86-linux.c =================================================================== --- branches/CROSS_COMPILATION/coregrind/m_syswrap/syswrap-x86-linux.c 2008-05-18 07:33:28 UTC (rev 8103) +++ branches/CROSS_COMPILATION/coregrind/m_syswrap/syswrap-x86-linux.c 2008-05-18 07:47:59 UTC (rev 8104) @@ -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" |