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
This commit is contained in:
Dehao Chen 2014-10-22 17:11:17 +00:00 committed by Dehao Chen
parent 417dfefbdb
commit 3d790fd870
2 changed files with 7 additions and 2 deletions

View 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

View 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"