diff options
Diffstat (limited to 'libguile/gh_predicates.c')
-rw-r--r-- | libguile/gh_predicates.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/gh_predicates.c b/libguile/gh_predicates.c index fe5fc140a..1bd234b50 100644 --- a/libguile/gh_predicates.c +++ b/libguile/gh_predicates.c @@ -42,8 +42,6 @@ /* type predicates and equality predicates */ -#include <stdio.h> - #include "libguile/gh.h" /* type predicates: tell you if an SCM object has a given type */ |