diff options
Diffstat (limited to 'gcc/config/pdp11/pdp11.c')
-rw-r--r-- | gcc/config/pdp11/pdp11.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index cb805d3b35c..831f1a3ce6a 100644 --- a/gcc/config/pdp11/pdp11.c +++ b/gcc/config/pdp11/pdp11.c @@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "hashtab.h" #include "hash-set.h" #include "vec.h" -#include "machmode.h" #include "input.h" #include "function.h" #include "output.h" @@ -38,16 +37,12 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "recog.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "stor-layout.h" #include "varasm.h" #include "calls.h" #include "statistics.h" -#include "double-int.h" -#include "real.h" -#include "fixed-value.h" #include "alias.h" #include "expmed.h" #include "dojump.h" |