Commit 3d790fd8 by Dehao Chen Committed by Dehao Chen

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

gcc/ChangeLog:

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

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

From-SVN: r216563
parent 417dfefb
2014-10-22 Dehao Chen <dehao@google.com>
* auto-profile.c: Change order of header files.
2014-10-22 Guozhi Wei <carrot@google.com> 2014-10-22 Guozhi Wei <carrot@google.com>
PR tree-optimization/63530 PR tree-optimization/63530
...@@ -18,12 +18,13 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config.h"
#include "system.h"
#include <string.h> #include <string.h>
#include <map> #include <map>
#include <set> #include <set>
#include "config.h"
#include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tree.h" #include "tree.h"
#include "tree-pass.h" #include "tree-pass.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment