From a8eb054fe64d7767f65717e24825fc341283b59c Mon Sep 17 00:00:00 2001 From: dehao Date: Wed, 22 Oct 2014 17:11:17 +0000 Subject: [PATCH] gcc/ChangeLog: 2014-10-22 Dehao Chen * auto-profile.c: Change order of header files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216563 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/auto-profile.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3687418c5b0..9319763a2c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-22 Dehao Chen + + * auto-profile.c: Change order of header files. + 2014-10-22 Guozhi Wei PR tree-optimization/63530 diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 24d7126a07a..9838c233856 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -18,12 +18,13 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ +#include "config.h" +#include "system.h" + #include #include #include -#include "config.h" -#include "system.h" #include "coretypes.h" #include "tree.h" #include "tree-pass.h" -- 2.11.4.GIT