* basic_blocks.c: Always include "gprof.h" first.
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 19 Jun 2008 16:30:29 +0000 (16:30 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 19 Jun 2008 16:30:29 +0000 (16:30 +0000)
* 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
gprof/basic_blocks.c
gprof/cg_arcs.c
gprof/cg_dfn.c
gprof/cg_print.c
gprof/corefile.c
gprof/gprof.c
gprof/hist.c
gprof/search_list.c
gprof/sym_ids.c
gprof/utils.c

index e80c872a769e18c3c6c4e7b644d93032dfd33123..cd019772b67b0af8ead42c684cb08387a793702f 100644 (file)
@@ -1,3 +1,16 @@
+2008-06-19  Andreas Schwab  <schwab@suse.de>
+
+       * 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  <Ralf.Wildenhues@gmx.de>
 
        * configure: Regenerate.
index d188ec581cf93ca9f54e1452518d09de7baab853..bd24d00b8b478f9948130c17410c27f68a9b5a1b 100644 (file)
@@ -22,8 +22,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
-#include "libiberty.h"
 #include "gprof.h"
+#include "libiberty.h"
 #include "basic_blocks.h"
 #include "corefile.h"
 #include "gmon_io.h"
index a46b442d44fa9f7635c8901f20d8c38e1bed96cd..10f3f973ab09bbbfcfdb64bcbf539fdacc2f2350 100644 (file)
@@ -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"
index 50be4be0b976dd4a90d276165bfd64b847db1eab..6d19afcb587a32c4be2620ccbf848b9d50444afd 100644 (file)
@@ -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"
index 4799bc7822ea5926793e893fce83c9877dc3a3ff..2557997e59f390bd5f24dac9419e8433b10e37a6 100644 (file)
@@ -19,8 +19,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
-#include "libiberty.h"
 #include "gprof.h"
+#include "libiberty.h"
 #include "search_list.h"
 #include "source.h"
 #include "symtab.h"
index fa0db2c4535fe49d39d6e634227bcf5533da4963..4aec15c980173d763435a06b89cd99b2fdc1ba0d 100644 (file)
@@ -20,8 +20,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
-#include "libiberty.h"
 #include "gprof.h"
+#include "libiberty.h"
 #include "search_list.h"
 #include "source.h"
 #include "symtab.h"
index aca143c8b865eec973e2927a7a392274e040304a..e5e88635675821cc3aba272eea6cc944ba72b964 100644 (file)
@@ -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"
index 0b86c03deedf463f055c1c0b6171ba79862820dd..d0c02d3f0d4bae646bb4e53e4c0fb07fc2c58167 100644 (file)
@@ -20,8 +20,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
-#include "libiberty.h"
 #include "gprof.h"
+#include "libiberty.h"
 #include "search_list.h"
 #include "source.h"
 #include "symtab.h"
index 200c3282dc1cdc35ae771689550eeda6371688b5..66b5d20b6b6bad26cb49a03507f9f339e03d3237 100644 (file)
@@ -19,8 +19,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
-#include "libiberty.h"
 #include "gprof.h"
+#include "libiberty.h"
 #include "search_list.h"
 
 
index 492e825136f43fcab67dfde256dbf8a82dc78542..657957e8c8a34df0a04897b76a41885450112bec 100644 (file)
@@ -19,9 +19,9 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 \f
+#include "gprof.h"
 #include "libiberty.h"
 #include "safe-ctype.h"
-#include "gprof.h"
 #include "search_list.h"
 #include "source.h"
 #include "symtab.h"
index cf79fd6a9419d6f5382afab220fd874768746dd7..f34984108e530581bfac47013d04b3cedd63baf6 100644 (file)
@@ -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"