diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-05-05 05:36:23 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2012-05-05 05:36:23 +0000 |
commit | 1067f99890716fc3a1f90d357f105a7ddf13adc6 (patch) | |
tree | 4e38d95c3f89f61e6957361b4a6b9e90f729aa89 /gdb/stap-probe.h | |
parent | 62ab84ece44dbf1bcf86957a969635d2e513ae6a (diff) | |
download | gdb-1067f99890716fc3a1f90d357f105a7ddf13adc6.zip gdb-1067f99890716fc3a1f90d357f105a7ddf13adc6.tar.gz gdb-1067f99890716fc3a1f90d357f105a7ddf13adc6.tar.bz2 |
2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
* stap-probe.h: Do not include unecessary `probe.h'.
Diffstat (limited to 'gdb/stap-probe.h')
-rw-r--r-- | gdb/stap-probe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/stap-probe.h b/gdb/stap-probe.h index 0e9df06..e30d56a 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. */ |