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-Tag: releases/gcc-5.1.0~1880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3aeec0aaa0969087172adb5d30db47597063c21;p=thirdparty%2Fgcc.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 7e3489baae0b..60da43c394f0 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 3947384bc8e2..c4bc334868b2 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"