From: mrs Date: Fri, 28 May 2010 22:55:02 +0000 (+0000) Subject: * config/darwin-c.c: Remove c-tree.h include. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d46e4d23573f66b434fc331aa90a7a42f71bef8;p=thirdparty%2Fgcc.git * config/darwin-c.c: Remove c-tree.h include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160005 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ef5ef04dc17..a8d7edc720d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-28 Mike Stump + + * config/darwin-c.c: Remove c-tree.h include. + 2010-05-28 Joseph Myers * gcc.c: Include diagnostic.h. diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index bd7c987e7446..0e2f8067b4ba 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see #include "cpplib.h" #include "tree.h" #include "c-pragma.h" -#include "c-tree.h" #include "incpath.h" #include "c-common.h" #include "toplev.h"