diff options
Diffstat (limited to 'gcc/f/intdoc.c')
-rw-r--r-- | gcc/f/intdoc.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/f/intdoc.c b/gcc/f/intdoc.c index 7e0a630..91c6b3c 100644 --- a/gcc/f/intdoc.c +++ b/gcc/f/intdoc.c @@ -22,12 +22,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* From f/proj.h, which uses #error -- not all C compilers support that, and we want *this* program to be compilable by pretty much any C compiler. */ -#include "hconfig.j" -#include "system.j" -#include "assert.j" -#if HAVE_STDDEF_H -#include <stddef.h> -#endif +#include "hconfig.h" +#include "system.h" +#include "assert.h" typedef enum { |