diff options
Diffstat (limited to 'gcc/jit/dummy-frontend.c')
-rw-r--r-- | gcc/jit/dummy-frontend.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c index 8f7d06afabf..38aa18268ba 100644 --- a/gcc/jit/dummy-frontend.c +++ b/gcc/jit/dummy-frontend.c @@ -21,9 +21,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "opts.h" -#include "signop.h" #include "hash-set.h" -#include "fixed-value.h" #include "alias.h" #include "flags.h" #include "symtab.h" @@ -39,7 +37,6 @@ along with GCC; see the file COPYING3. If not see #include "plugin-api.h" #include "vec.h" #include "hashtab.h" -#include "machmode.h" #include "tm.h" #include "hard-reg-set.h" #include "function.h" |