diff options
Diffstat (limited to 'libgfortran/io/unit.c')
-rw-r--r-- | libgfortran/io/unit.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libgfortran/io/unit.c b/libgfortran/io/unit.c index fac67bdaf7e..644205fc19f 100644 --- a/libgfortran/io/unit.c +++ b/libgfortran/io/unit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003, 2005, 2007 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -27,11 +27,9 @@ 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 "io.h" #include <stdlib.h> #include <string.h> -#include "libgfortran.h" -#include "io.h" /* IO locking rules: |