diff options
author | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-03-09 23:33:41 +0000 |
---|---|---|
committer | Keisuke Nishida <kxn30@po.cwru.edu> | 2001-03-09 23:33:41 +0000 |
commit | 783e77747821c3b79d5ea47fa6be4beb1a758253 (patch) | |
tree | d956611690471e62edf825f4818d46ec34e7bb8c /libguile/gh_data.c | |
parent | ffdeebc3a96aff450b61b436a355d69a1c2733f0 (diff) | |
download | guile-783e77747821c3b79d5ea47fa6be4beb1a758253.tar.gz |
Remove #include <stdio.h>. Add #include <string.h>.
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r-- | libguile/gh_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c index 6e7eab19c..21510c4e9 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -41,8 +41,6 @@ /* data initialization and C<->Scheme data conversion */ -#include <stdio.h> - #include "libguile/gh.h" #ifdef HAVE_STRING_H #include <string.h> |