]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/microblaze/microblaze-c.c
Update copyright years.
[thirdparty/gcc.git] / gcc / config / microblaze / microblaze-c.c
index 245dc8c4f06390d51bc03d823d41abf4c586b4c3..69af960760d51733d15a094e254d80c009f90adc 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines used for the C front end for Xilinx MicroBlaze.
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
    Contributed by Michael Eager <eager@eagercon.com>.
 
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
-#include "cpplib.h"
-#include "alias.h"
-#include "tree.h"
-#include "c-family/c-common.h"
-#include "tm_p.h"
 #include "target.h"
+#include "c-family/c-common.h"
 
 #define builtin_define(TXT) cpp_define (pfile, TXT)
 #define builtin_assert(TXT) cpp_assert (pfile, TXT)