summaryrefslogtreecommitdiff
path: root/gprof/hist.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-06-19 16:30:29 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-06-19 16:30:29 +0000
commit6d2a2bf83fa55ed504e7c4277cd1e6263b921258 (patch)
treec720b6a771f0e203817412562695707f3b0cc2f3 /gprof/hist.c
parent6686cdc9753f445085b610b2cc210e4807b21ee9 (diff)
downloadbinutils-redhat-6d2a2bf83fa55ed504e7c4277cd1e6263b921258.tar.gz
* basic_blocks.c: Always include "gprof.h" first.
* cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gprof.c: Likewise. * hist.c: Likewise. * search_list.c: Likewise. * sym_ids.c: Likewise. * utils.c: Likewise.
Diffstat (limited to 'gprof/hist.c')
-rw-r--r--gprof/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/hist.c b/gprof/hist.c
index 0b86c03dee..d0c02d3f0d 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -20,8 +20,8 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
-#include "libiberty.h"
#include "gprof.h"
+#include "libiberty.h"
#include "search_list.h"
#include "source.h"
#include "symtab.h"