]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/objc/objc-map.c
Update copyright years.
[thirdparty/gcc.git] / gcc / objc / objc-map.c
index 0915a5ab592f8032453d56582065042e0ef9931f..d033565dd66d234986d413d0b64e94577aa40564 100644 (file)
@@ -1,5 +1,5 @@
 /* objc-map.c -- Implementation of map data structures for ObjC compiler
-   Copyright (C) 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
    Written by Nicola Pero <nicola.pero@meta-innovation.com>
 
 This program is free software; you can redistribute it and/or modify it
@@ -20,9 +20,7 @@ Boston, MA 02110-1301, USA.  */
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "options.h"
 #include "tree.h"
-#include "alias.h"
 #include "objc-map.h"
 
 #define OUT_OF_MEMORY { fprintf (stderr, "Out of memory\n"); abort (); }