aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/ChangeLog4
-rw-r--r--gcc/objc/objc-act.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 4307001..d734681 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
+
+ * objc-act.c: Do not include varray.h.
+
2010-04-07 Jakub Jelinek <jakub@redhat.com>
PR c/18624
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 9e5fdb5..b802ecd 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -67,7 +67,6 @@ along with GCC; see the file COPYING3. If not see
#include "output.h"
#include "toplev.h"
#include "ggc.h"
-#include "varray.h"
#include "debug.h"
#include "target.h"
#include "diagnostic.h"