2014-10-22 Dehao Chen <dehao@google.com>
* auto-profile.c: Change order of header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216563
138bc75d-0d04-0410-961f-
82ee72b054a4
+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"