From: Prathamesh Kulkarni Date: Mon, 12 Jan 2015 10:48:07 +0000 (+0000) Subject: ggcplug.c: Include gcc-plugin.h after coretypes.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3aeec0aaa0969087172adb5d30db47597063c21;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7e3489baae0..60da43c394f 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 3947384bc8e..c4bc334868b 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"