diff options
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index d4bee5bf78f..4e449b12e6e 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -64,12 +64,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA particular order. */ #include "config.h" -#include <string.h> -#include <stdio.h> -#include <errno.h> -#include <unistd.h> -#include <time.h> - +#include "system.h" #include "gfortran.h" #include "arith.h" #include "match.h" |