2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 5 May 2012 05:36:23 +0000 (05:36 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 5 May 2012 05:36:23 +0000 (05:36 +0000)
* stap-probe.h: Do not include unecessary `probe.h'.

gdb/ChangeLog
gdb/stap-probe.h

index 69270c7..4542e84 100644 (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
index 0e9df06..e30d56a 100644 (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.  */