diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 21ac6cd35f9..941f6cba9dd 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -26,13 +26,10 @@ along with GCC; see the file COPYING3. If not see #include "hash-table.h" #include "rtl.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "tm_p.h" @@ -50,8 +47,6 @@ along with GCC; see the file COPYING3. If not see #include "profile.h" #include "hashtab.h" #include "statistics.h" -#include "real.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |