X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2Fgprof.c;h=3c29e09f00fe0348166854ee6c5ebf73ae31cb0a;hb=6d9c411afd0301f0262ff63d6dc59dac38f58e63;hp=4a1fd50d01d620bf32410ce98478d62de81b85ee;hpb=caf8ca8e1c4fbebb2f611a3d33f2449fd8dea4f3;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/gprof.c b/gprof/gprof.c index 4a1fd50d01..3c29e09f00 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -19,6 +19,9 @@ #include "getopt.h" #include "libiberty.h" #include "gprof.h" +#include "search_list.h" +#include "source.h" +#include "symtab.h" #include "basic_blocks.h" #include "call_graph.h" #include "cg_arcs.h" @@ -27,7 +30,6 @@ #include "gmon_io.h" #include "hertz.h" #include "hist.h" -#include "source.h" #include "sym_ids.h" #include "demangle.h"