mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue