diff options
Diffstat (limited to 'libgfortran/generated/transpose_r8.c')
-rw-r--r-- | libgfortran/generated/transpose_r8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/transpose_r8.c b/libgfortran/generated/transpose_r8.c index a97206e9c37..5430845391d 100644 --- a/libgfortran/generated/transpose_r8.c +++ b/libgfortran/generated/transpose_r8.c @@ -1,5 +1,5 @@ /* Implementation of the TRANSPOSE intrinsic - Copyright 2003, 2005, 2006 Free Software Foundation, Inc. + Copyright 2003, 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Tobias Schlüter This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -28,9 +28,9 @@ License along with libgfortran; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" -#include <assert.h> #include "libgfortran.h" +#include <assert.h> + #if defined (HAVE_GFC_REAL_8) |