From ecba005fa15c10841bb06839055bd273649861df 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/basic_blocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/basic_blocks.c') diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index d188ec5..bd24d00 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -22,8 +22,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "libiberty.h" #include "gprof.h" +#include "libiberty.h" #include "basic_blocks.h" #include "corefile.h" #include "gmon_io.h" -- cgit v1.1