aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2010-05-28 22:55:02 +0000
committerMike Stump <mrs@gcc.gnu.org>2010-05-28 22:55:02 +0000
commitd685a689926729886f15c873b3a97b91464e063e (patch)
tree8492c5bb281109cb2153917c2ad6e6b811a44e3e
parent6afbc8850684f9e7168a70ca1148bf9064ba582a (diff)
downloadgcc-d685a689926729886f15c873b3a97b91464e063e.zip
gcc-d685a689926729886f15c873b3a97b91464e063e.tar.gz
gcc-d685a689926729886f15c873b3a97b91464e063e.tar.bz2
* config/darwin-c.c: Remove c-tree.h include.
From-SVN: r160005
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin-c.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ef5ef0..a8d7edc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-28 Mike Stump <mikestump@comcast.net>
+
+ * config/darwin-c.c: Remove c-tree.h include.
+
2010-05-28 Joseph Myers <joseph@codesourcery.com>
* gcc.c: Include diagnostic.h.
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c
index bd7c987..0e2f806 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"