mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +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:
parent
b20b27776f
commit
ddef832786
9 changed files with 1 additions and 9 deletions
|
@ -49,6 +49,7 @@
|
|||
/* Include headers for those files central to the implementation. The
|
||||
rest should be explicitly #included in the C files themselves. */
|
||||
#include "error.h" /* Everyone signals errors. */
|
||||
#include "print.h" /* Everyone needs to print. */
|
||||
#include "pairs.h" /* Everyone conses. */
|
||||
#include "list.h" /* Everyone makes lists. */
|
||||
#include "gc.h" /* Everyone allocates. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue