From: Dehao Chen Date: Wed, 22 Oct 2014 17:11:17 +0000 (+0000) Subject: auto-profile.c: Change order of header files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d790fd87092c08ef3cedc2c928abeae02a5e6c9;p=gcc.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 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"