From 6d2a2bf83fa55ed504e7c4277cd1e6263b921258 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 19 Jun 2008 16:30:29 +0000 Subject: * 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. --- gprof/gprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/gprof.c') diff --git a/gprof/gprof.c b/gprof/gprof.c index aca143c8b8..e5e8863567 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -27,8 +27,8 @@ * SUCH DAMAGE. */ -#include "libiberty.h" #include "gprof.h" +#include "libiberty.h" #include "bfdver.h" #include "search_list.h" #include "source.h" -- cgit v1.2.1