OSDN Git Service

2010-06-02 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 14:35:01 +0000 (14:35 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 14:35:01 +0000 (14:35 +0000)
* g++.dg/plugin/header_plugin.c: Include cp-tree.h before
diagnostic.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160155 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/plugin/header_plugin.c

index 555e184..4fa2c77 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-02  Richard Guenther  <rguenther@suse.de>
+
+       * g++.dg/plugin/header_plugin.c: Include cp-tree.h before
+       diagnostic.h.
+
 2010-06-02  Iain Sandoe  <iains@gcc.gnu.org>
 
        * lib/lto.exp (lto-link-and-maybe-run): Show the options in
index a934030..71a0c3b 100644 (file)
@@ -11,6 +11,7 @@
 #include "tm.h"
 
 /* gcc/ headers. */
+#include "cp/cp-tree.h"
 #include "diagnostic.h"
 #include "c-common.h"
 #include "c-pretty-print.h"
@@ -18,7 +19,6 @@
 #include "plugin.h"
 #include "tree-flow.h"
 #include "langhooks.h"
-#include "cp/cp-tree.h"
 #include "cp/cxx-pretty-print.h"
 #include "cp/name-lookup.h"