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/smob.h | |
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/smob.h')
-rw-r--r-- | libguile/smob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/smob.h b/libguile/smob.h index f7ab334af..cf5712fc7 100644 --- a/libguile/smob.h +++ b/libguile/smob.h @@ -44,7 +44,6 @@ */ #include "libguile/__scm.h" -#include "print.h" typedef struct scm_smobfuns @@ -68,7 +67,6 @@ extern scm_smobfuns *scm_smobs; /* Everyone who uses smobs needs to print. */ #include "libguile/ports.h" #include "libguile/genio.h" -#include "libguile/print.h" /* ... and they all need to GC. */ #include "libguile/markers.h" |