ggcplug.c: Include gcc-plugin.h after coretypes.h.
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 12 Jan 2015 10:48:07 +0000 (10:48 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Mon, 12 Jan 2015 10:48:07 +0000 (10:48 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugin/ggcplug.c

index 7e3489baae0bf9e2de790046e5169de4d1c1afdf..60da43c394f08400ee4774921198ef73ee715045 100644 (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.
index 3947384bc8e2f9305b8adb3d5123d6d0ef528a15..c4bc334868b282e7b21dad96424001a642e867ca 100644 (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"