2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>

* stap-probe.h: Do not include unecessary `probe.h'.
This commit is contained in:
Sergio Durigan Junior 2012-05-05 05:36:23 +00:00
parent 62ab84ece4
commit 1067f99890
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
* stap-probe.h: Do not include unecessary `probe.h'.
2012-05-05 Alan Modra <amodra@gmail.com>
* elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and

View File

@ -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. */