diff options
Diffstat (limited to 'libgfortran/runtime/convert_char.c')
-rw-r--r-- | libgfortran/runtime/convert_char.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/runtime/convert_char.c b/libgfortran/runtime/convert_char.c index fe68b59ff77..181205ab21b 100644 --- a/libgfortran/runtime/convert_char.c +++ b/libgfortran/runtime/convert_char.c @@ -24,9 +24,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "libgfortran.h" -#include <stdlib.h> -#include <string.h> - extern void convert_char1_to_char4 (gfc_char4_t **, gfc_charlen_type, const unsigned char *); |