]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove an unnecessary #include.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 20 May 2009 04:35:28 +0000 (04:35 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 20 May 2009 04:35:28 +0000 (04:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10024

coregrind/m_machine.c

index 85a8099f717e3d243904011cacb7ae4801c6fe12..0429bfe6f9d6ed2c42023f64ad9f79ae119ec355 100644 (file)
@@ -36,7 +36,6 @@
 #include "pub_core_machine.h"
 #include "pub_core_cpuid.h"
 #include "pub_core_libcsignal.h"   // for ppc32 messing with SIGILL and SIGFPE
-#include "pub_core_debuglog.h"
 
 
 #define INSTR_PTR(regs)    ((regs).vex.VG_INSTR_PTR)