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/gdbint.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/gdbint.c')
-rw-r--r-- | libguile/gdbint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gdbint.c b/libguile/gdbint.c index a75baf8d4..d3b27ec79 100644 --- a/libguile/gdbint.c +++ b/libguile/gdbint.c @@ -48,7 +48,6 @@ #include "tag.h" #include "strports.h" #include "read.h" -#include "print.h" #include "eval.h" #include "chars.h" |