ggcplug.c: Include gcc-plugin.h after coretypes.h.

2015-01-12  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

testsuite/
	* gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h.

From-SVN: r219458
This commit is contained in:
Prathamesh Kulkarni 2015-01-12 10:48:07 +00:00 committed by Prathamesh Kulkarni
parent 365536ca8d
commit c3aeec0aaa
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2015-01-12 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h.
2015-01-12 Martin Liska <mliska@suse.cz>
* gcc.dg/ipa/PR64550.c: New test.

View File

@ -4,9 +4,9 @@
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "gcc-plugin.h"
#include "tm.h"
#include "tree.h"
#include "gcc-plugin.h"
#include "toplev.h"
#include "basic-block.h"
#include "hash-table.h"