diff options
Diffstat (limited to 'gcc/f/ste.c')
-rw-r--r-- | gcc/f/ste.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/f/ste.c b/gcc/f/ste.c index 13e49c5..ea927cc 100644 --- a/gcc/f/ste.c +++ b/gcc/f/ste.c @@ -33,9 +33,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "proj.h" #if FFECOM_targetCURRENT == FFECOM_targetGCC -#include "rtl.j" -#include "toplev.j" -#include "ggc.j" +#include "rtl.h" +#include "toplev.h" +#include "ggc.h" #endif #include "ste.h" |