diff options
Diffstat (limited to 'libgfortran/io/file_pos.c')
-rw-r--r-- | libgfortran/io/file_pos.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgfortran/io/file_pos.c b/libgfortran/io/file_pos.c index c9034e8c8ca..0a7dd042896 100644 --- a/libgfortran/io/file_pos.c +++ b/libgfortran/io/file_pos.c @@ -27,10 +27,8 @@ along with Libgfortran; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" -#include <string.h> -#include "libgfortran.h" #include "io.h" +#include <string.h> /* file_pos.c-- Implement the file positioning statements, i.e. BACKSPACE, ENDFILE, and REWIND as well as the FLUSH statement. */ |