]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/intrinsics/perror.c
Update copyright years.
[thirdparty/gcc.git] / libgfortran / intrinsics / perror.c
index a8f09728706eff8e4ee5475318c2b875cdfebd95..470d8bdf8dfcebc83494f3cdabd9c864a93c11a6 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the PERROR intrinsic.
-   Copyright (C) 2005-2014 Free Software Foundation, Inc.
+   Copyright (C) 2005-2024 Free Software Foundation, Inc.
    Contributed by François-Xavier Coudert <coudert@clipper.ens.fr>
 
 This file is part of the GNU Fortran runtime library (libgfortran).
@@ -26,7 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "libgfortran.h"
 
 #include <errno.h>
-#include <string.h>
 
 /* SUBROUTINE PERROR(STRING)
    CHARACTER(len=*), INTENT(IN) :: STRING   */