gcc/ChangeLog:
2014-10-22 Dehao Chen <dehao@google.com>
* auto-profile.c: Change order of header files.
From-SVN: r216563
+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
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"