diff options
Diffstat (limited to 'libgfortran/io/write.c')
-rw-r--r-- | libgfortran/io/write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c index c8bba3c..76dcb63 100644 --- a/libgfortran/io/write.c +++ b/libgfortran/io/write.c @@ -32,7 +32,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <string.h> #include <ctype.h> #include <stdlib.h> -#include <errno.h> #define star_fill(p, n) memset(p, '*', n) typedef unsigned char uchar; |