1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-09 07:00:23 +02:00

* _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".
This commit is contained in:
Jim Blandy 1996-10-03 05:44:52 +00:00
parent b20b27776f
commit ddef832786
9 changed files with 1 additions and 9 deletions

View file

@ -68,7 +68,6 @@
#include "procprop.h"
#include "hashtab.h"
#include "hash.h"
#include "print.h"
#ifdef DEBUG_EXTENSIONS
#include "debug.h"