From: dehao Date: Wed, 22 Oct 2014 17:11:17 +0000 (+0000) Subject: gcc/ChangeLog: X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8eb054fe64d7767f65717e24825fc341283b59c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3687418c5b04..9319763a2c4e 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 24d7126a07a7..9838c2338569 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"