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/unif.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/unif.h')
-rw-r--r-- | libguile/unif.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/unif.h b/libguile/unif.h index a4071ee6c..c112b4ff6 100644 --- a/libguile/unif.h +++ b/libguile/unif.h @@ -45,7 +45,6 @@ #include "libguile/__scm.h" -#include "print.h" typedef struct scm_array |