summaryrefslogtreecommitdiff
path: root/gcc/objc/objc-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/objc/objc-map.c')
-rw-r--r--gcc/objc/objc-map.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/objc/objc-map.c b/gcc/objc/objc-map.c
index 9c7330c952d..ebadf6a9f4b 100644
--- a/gcc/objc/objc-map.c
+++ b/gcc/objc/objc-map.c
@@ -20,15 +20,11 @@ Boston, MA 02110-1301, USA. */
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "hash-set.h"
-#include "vec.h"
#include "input.h"
#include "alias.h"
#include "symtab.h"
#include "options.h"
-#include "inchash.h"
#include "tree.h"
-#include "ggc.h"
#include "objc-map.h"
#define OUT_OF_MEMORY { fprintf (stderr, "Out of memory\n"); abort (); }