]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/intrinsics/system.c
Update copyright years.
[thirdparty/gcc.git] / libgfortran / intrinsics / system.c
index add6f4ff2183ffbb31c9bbe7c9046af6ad1564a7..73bc46c1789a313784b3d11227aecfff5ce46c03 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the SYSTEM intrinsic.
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2020 Free Software Foundation, Inc.
    Contributed by Tobias Schlüter.
 
 This file is part of the GNU Fortran runtime library (libgfortran).
@@ -24,8 +24,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 <http://www.gnu.org/licenses/>.  */
 
 #include "libgfortran.h"
-#include <string.h>
-#include <stdlib.h>
 
 extern void system_sub (const char *fcmd, GFC_INTEGER_4 * status,
                        gfc_charlen_type cmd_len);