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/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/utils.c') diff --git a/gprof/utils.c b/gprof/utils.c index cf79fd6a94..f34984108e 100644 --- a/gprof/utils.c +++ b/gprof/utils.c @@ -26,8 +26,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "demangle.h" #include "gprof.h" +#include "demangle.h" #include "search_list.h" #include "source.h" #include "symtab.h" -- cgit v1.2.1