diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-10-03 05:44:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-10-03 05:44:52 +0000 |
commit | ddef8327861325d9b2317d306ecf7ca6a19b57d6 (patch) | |
tree | f7b9f3de76b1723afb67ef959b3d7dcb347964ef /libguile/eval.c | |
parent | b20b27776f7f31b872f3bebd2047adcf6b98c2c4 (diff) | |
download | guile-ddef8327861325d9b2317d306ecf7ca6a19b57d6.tar.gz |
* _scm.h: #include "print.h" here, since it seems to be used just
about everywhere.
* eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c,
strports.c, unif.h: Don't #include "print.h".
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index 898642c3c..93d19af2f 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -68,7 +68,6 @@ #include "procprop.h" #include "hashtab.h" #include "hash.h" -#include "print.h" #ifdef DEBUG_EXTENSIONS #include "debug.h" |