diff options
Diffstat (limited to 'libgfortran/io/transfer.c')
-rw-r--r-- | libgfortran/io/transfer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 04f9f735f83..8118707e7fb 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -32,11 +32,9 @@ Boston, MA 02110-1301, USA. */ /* transfer.c -- Top level handling of data transfer statements. */ -#include "config.h" +#include "io.h" #include <string.h> #include <assert.h> -#include "libgfortran.h" -#include "io.h" /* Calling conventions: Data transfer statements are unlike other |