aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-encoding.c
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-11-14 00:11:34 +0000
committerJason Merrill <jason@redhat.com>2015-11-14 00:11:34 +0000
commit1da6b773e737548a7ffbfc950774460433ef9bb8 (patch)
treee5f2d64459601fae812cfe90245af2831eebedb1 /gcc/objc/objc-encoding.c
parent4587dbe905c7599512c23af5b55591a06bf829b9 (diff)
parentd77055b11cf7e121d66f2da7dfbc5f63347c7d7f (diff)
Merge trunk@230365.c++-delayed-folding
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/c++-delayed-folding@230367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/objc-encoding.c')
-rw-r--r--gcc/objc/objc-encoding.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/objc/objc-encoding.c b/gcc/objc/objc-encoding.c
index 9c577e93bae..ea32f4cf1c7 100644
--- a/gcc/objc/objc-encoding.c
+++ b/gcc/objc/objc-encoding.c
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "alias.h"
#include "tree.h"
#include "options.h"
#include "stringpool.h"
@@ -33,7 +32,6 @@ along with GCC; see the file COPYING3. If not see
#include "c/c-lang.h"
#endif
-#include "c-family/c-common.h"
#include "c-family/c-objc.h"
#include "objc-encoding.h"
@@ -43,7 +41,6 @@ along with GCC; see the file COPYING3. If not see
#include "objc-runtime-shared-support.h"
/* For BITS_PER_UNIT. */
-#include "tm.h"
/* When building Objective-C++, we are not linking against the C front-end
and so need to replicate the C tree-construction functions in some way. */
@@ -53,7 +50,6 @@ along with GCC; see the file COPYING3. If not see
#endif /* OBJCPLUS */
/* Set up for use of obstacks. */
-#include "obstack.h"
/* This obstack is used to accumulate the encoding of a data type. */
static struct obstack util_obstack;