PR 78534, 83704 Handle large formatted I/O
[gcc.git] / libgfortran / runtime / error.c
index 6478ca732bf96e4351c2d71ef10779d46c7d113b..1a53e2f72f138c0c06d5b84aeb5ea3b24108c08e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2018 Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of the GNU Fortran runtime library (libgfortran).
@@ -33,8 +33,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include <unistd.h>
 #endif
 
-#include <stdlib.h>
-
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif