diff options
Diffstat (limited to 'gcc/data-streamer-in.c')
-rw-r--r-- | gcc/data-streamer-in.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 3842fd4f6a9..fb6093d6154 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -24,15 +24,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "cgraph.h" #include "data-streamer.h" -#include "diagnostic.h" -#include "alias.h" -#include "fold-const.h" -#include "internal-fn.h" /* Read a string from the string table in DATA_IN using input block IB. Write the length to RLEN. */ |