From ecba005fa15c10841bb06839055bd273649861df Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 19 Jun 2008 16:30:29 +0000 Subject: [PATCH] * 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/ChangeLog | 13 +++++++++++++ gprof/basic_blocks.c | 2 +- gprof/cg_arcs.c | 2 +- gprof/cg_dfn.c | 2 +- gprof/cg_print.c | 2 +- gprof/corefile.c | 2 +- gprof/gprof.c | 2 +- gprof/hist.c | 2 +- gprof/search_list.c | 2 +- gprof/sym_ids.c | 2 +- gprof/utils.c | 2 +- 11 files changed, 23 insertions(+), 10 deletions(-) diff --git a/gprof/ChangeLog b/gprof/ChangeLog index e80c872..cd01977 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,16 @@ +2008-06-19 Andreas Schwab + + * 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. + 2008-06-17 Ralf Wildenhues * configure: Regenerate. 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" diff --git a/gprof/cg_arcs.c b/gprof/cg_arcs.c index a46b442..10f3f97 100644 --- a/gprof/cg_arcs.c +++ b/gprof/cg_arcs.c @@ -26,8 +26,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "libiberty.h" #include "gprof.h" +#include "libiberty.h" #include "search_list.h" #include "source.h" #include "symtab.h" diff --git a/gprof/cg_dfn.c b/gprof/cg_dfn.c index 50be4be..6d19afc 100644 --- a/gprof/cg_dfn.c +++ b/gprof/cg_dfn.c @@ -26,8 +26,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -#include "libiberty.h" #include "gprof.h" +#include "libiberty.h" #include "search_list.h" #include "source.h" #include "symtab.h" diff --git a/gprof/cg_print.c b/gprof/cg_print.c index 4799bc7..2557997 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" diff --git a/gprof/corefile.c b/gprof/corefile.c index fa0db2c..4aec15c 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -20,8 +20,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" diff --git a/gprof/gprof.c b/gprof/gprof.c index aca143c..e5e8863 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" diff --git a/gprof/hist.c b/gprof/hist.c index 0b86c03..d0c02d3 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -20,8 +20,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" diff --git a/gprof/search_list.c b/gprof/search_list.c index 200c3282..66b5d20 100644 --- a/gprof/search_list.c +++ b/gprof/search_list.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" diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c index 492e825..657957e 100644 --- a/gprof/sym_ids.c +++ b/gprof/sym_ids.c @@ -19,9 +19,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "gprof.h" #include "libiberty.h" #include "safe-ctype.h" -#include "gprof.h" #include "search_list.h" #include "source.h" #include "symtab.h" diff --git a/gprof/utils.c b/gprof/utils.c index cf79fd6..f349841 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" -- 2.7.4