diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,11 +24,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "system.h" #include "coretypes.h" #include "tm.h" - #include "rtl.h" #include "tm_p.h" -#include "regs.h" #include "hard-reg-set.h" +#include "regs.h" #include "basic-block.h" #include "flags.h" #include "real.h" |