diff options
Diffstat (limited to 'gprof/hist.h')
-rw-r--r-- | gprof/hist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gprof/hist.h b/gprof/hist.h index ea395cd06c2..fe4362bdec0 100644 --- a/gprof/hist.h +++ b/gprof/hist.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef hist_h #define hist_h -#include "bfd.h" - extern bfd_vma s_lowpc; /* Lowpc from the profile file. */ extern bfd_vma s_highpc; /* Highpc from the profile file. */ extern bfd_vma lowpc, highpc; /* Range profiled, in UNIT's. */ |