From: Sergio Durigan Junior Date: Sat, 5 May 2012 05:36:23 +0000 (+0000) Subject: 2012-05-05 Sergio Durigan Junior X-Git-Tag: sid-snapshot-20120601~317 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1067f99890716fc3a1f90d357f105a7ddf13adc6;p=thirdparty%2Fbinutils-gdb.git 2012-05-05 Sergio Durigan Junior * stap-probe.h: Do not include unecessary `probe.h'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 69270c70841..4542e84f7bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-05-05 Sergio Durigan Junior + + * stap-probe.h: Do not include unecessary `probe.h'. + 2012-05-05 Alan Modra * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and diff --git a/gdb/stap-probe.h b/gdb/stap-probe.h index 0e9df0602ac..e30d56a30f9 100644 --- a/gdb/stap-probe.h +++ b/gdb/stap-probe.h @@ -20,8 +20,6 @@ #if !defined (STAP_PROBE_H) #define STAP_PROBE_H 1 -#include "probe.h" - /* Structure which holds information about the parsing process of one probe's argument. */