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:
parent
417dfefbdb
commit
3d790fd870
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue