summaryrefslogtreecommitdiff
path: root/gprof/cg_print.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
commitecba005fa15c10841bb06839055bd273649861df (patch)
treecce15251d1730d50d9db574bc0b3025156784595 /gprof/cg_print.c
parent7c39fb20eab5a7c3b8f060e38bcb7c9a100f5b8c (diff)
* 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/cg_print.c')
-rw-r--r--gprof/cg_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index 4799bc7822..2557997e59 100644
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -19,8 +19,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"