From 3d790fd87092c08ef3cedc2c928abeae02a5e6c9 Mon Sep 17 00:00:00 2001 From: Dehao Chen Date: Wed, 22 Oct 2014 17:11:17 +0000 Subject: 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 --- gcc/auto-profile.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc/auto-profile.c') diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 24d7126..9838c23 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" -- cgit v1.1