Remove an unnecessary #include.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10024
This commit is contained in:
Nicholas Nethercote 2009-05-20 04:35:28 +00:00
parent 99b76e50c7
commit e7d587bdce

View 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)