summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
diff options
context:
space:
mode:
authorKeisuke Nishida <kxn30@po.cwru.edu>2001-03-09 23:33:41 +0000
committerKeisuke Nishida <kxn30@po.cwru.edu>2001-03-09 23:33:41 +0000
commit783e77747821c3b79d5ea47fa6be4beb1a758253 (patch)
treed956611690471e62edf825f4818d46ec34e7bb8c /libguile/debug-malloc.c
parentffdeebc3a96aff450b61b436a355d69a1c2733f0 (diff)
downloadguile-783e77747821c3b79d5ea47fa6be4beb1a758253.tar.gz
Remove #include <stdio.h>. Add #include <string.h>.
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r--libguile/debug-malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c
index 8b2a08ceb..4240f7d8b 100644
--- a/libguile/debug-malloc.c
+++ b/libguile/debug-malloc.c
@@ -40,7 +40,6 @@
* If you do not wish that, delete this exception notice. */
#include <string.h>
-#include <stdio.h>
#include "libguile/_scm.h"
#include "libguile/alist.h"