aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-30 20:34:32 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-30 20:34:32 +0000
commit60cc1206828324f1783a22e4a5672085e4129280 (patch)
tree1de50633ec5913748b1ce6257e9896a806e7bd1c
parent3f1d6138db68f2aa74c5d005c3333cbe94788c7b (diff)
downloadvalgrind-60cc1206828324f1783a22e4a5672085e4129280.tar.gz
Remove an unneeded header file. Spotted by Matthias Schwarzott.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15693 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r--coregrind/m_dispatch/dispatch-ppc32-linux.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/coregrind/m_dispatch/dispatch-ppc32-linux.S b/coregrind/m_dispatch/dispatch-ppc32-linux.S
index 0c9374f31..2304b85cb 100644
--- a/coregrind/m_dispatch/dispatch-ppc32-linux.S
+++ b/coregrind/m_dispatch/dispatch-ppc32-linux.S
@@ -32,7 +32,6 @@
#if defined(VGP_ppc32_linux)
-#include "config.h"
#include "pub_core_dispatch_asm.h"
#include "pub_core_transtab_asm.h"
#include "libvex_guest_offsets.h" /* for OFFSET_ppc32_CIA */