From c3aeec0aaa0969087172adb5d30db47597063c21 Mon Sep 17 00:00:00 2001 From: Prathamesh Kulkarni Date: Mon, 12 Jan 2015 10:48:07 +0000 Subject: [PATCH] ggcplug.c: Include gcc-plugin.h after coretypes.h. 2015-01-12 Prathamesh Kulkarni testsuite/ * gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h. From-SVN: r219458 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.dg/plugin/ggcplug.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7e3489b..60da43c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,6 @@ +2015-01-12 Prathamesh Kulkarni + * gcc.dg/plugin/ggcplug.c: Include gcc-plugin.h after coretypes.h. + 2015-01-12 Martin Liska * gcc.dg/ipa/PR64550.c: New test. diff --git a/gcc/testsuite/gcc.dg/plugin/ggcplug.c b/gcc/testsuite/gcc.dg/plugin/ggcplug.c index 3947384..c4bc334 100644 --- a/gcc/testsuite/gcc.dg/plugin/ggcplug.c +++ b/gcc/testsuite/gcc.dg/plugin/ggcplug.c @@ -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" -- 2.7.4