auto-profile.c: Change order of header files.
authorDehao Chen <dehao@google.com>
Wed, 22 Oct 2014 17:11:17 +0000 (17:11 +0000)
committerDehao Chen <dehao@gcc.gnu.org>
Wed, 22 Oct 2014 17:11:17 +0000 (17:11 +0000)
gcc/ChangeLog:

2014-10-22  Dehao Chen  <dehao@google.com>

        * auto-profile.c: Change order of header files.

From-SVN: r216563

gcc/ChangeLog
gcc/auto-profile.c

index 3687418c5b04bcb9b8fa2d2d6138156436e4a022..9319763a2c4ea4a03a5123a2fe5b1121ca768307 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-22  Dehao Chen  <dehao@google.com>
+
+       * auto-profile.c: Change order of header files.
+
 2014-10-22  Guozhi Wei  <carrot@google.com>
 
        PR tree-optimization/63530
index 24d7126a07a7d63c2e978d5c4c29a005277397d2..9838c23385690e007ebf32a3f0842411fb139484 100644 (file)
@@ -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
 <http://www.gnu.org/licenses/>.  */
 
+#include "config.h"
+#include "system.h"
+
 #include <string.h>
 #include <map>
 #include <set>
 
-#include "config.h"
-#include "system.h"
 #include "coretypes.h"
 #include "tree.h"
 #include "tree-pass.h"