From: Dehao Chen Date: Wed, 22 Oct 2014 17:11:17 +0000 (+0000) Subject: auto-profile.c: Change order of header files. X-Git-Tag: releases/gcc-5.1.0~3867 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d790fd87092c08ef3cedc2c928abeae02a5e6c9;p=thirdparty%2Fgcc.git auto-profile.c: Change order of header files. gcc/ChangeLog: 2014-10-22 Dehao Chen * auto-profile.c: Change order of header files. From-SVN: r216563 --- 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"