* _scm.h: #include "print.h" here, since it seems to be used just
authorJim Blandy <jimb@red-bean.com>
Thu, 3 Oct 1996 05:44:52 +0000 (05:44 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 3 Oct 1996 05:44:52 +0000 (05:44 +0000)
about everywhere.
* eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c,
strports.c, unif.h: Don't #include "print.h".

libguile/_scm.h
libguile/eval.c
libguile/gdbint.c
libguile/genio.h
libguile/numbers.h
libguile/smob.h
libguile/srcprop.c
libguile/strports.c
libguile/unif.h

index 71782d3..d6003cd 100644 (file)
@@ -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.  */
index 898642c..93d19af 100644 (file)
@@ -68,7 +68,6 @@
 #include "procprop.h"
 #include "hashtab.h"
 #include "hash.h"
-#include "print.h"
 
 #ifdef DEBUG_EXTENSIONS
 #include "debug.h"
index a75baf8..d3b27ec 100644 (file)
@@ -48,7 +48,6 @@
 #include "tag.h"
 #include "strports.h"
 #include "read.h"
-#include "print.h"
 #include "eval.h"
 #include "chars.h"
 
index 10aac41..ef2fc6b 100644 (file)
@@ -45,7 +45,6 @@
 \f
 
 #include "libguile/__scm.h"
-#include "libguile/print.h"
 
 \f
 #ifdef __STDC__
index 6f6647b..c16d39a 100644 (file)
@@ -45,7 +45,6 @@
 \f
 
 #include "libguile/__scm.h"
-#include "print.h"
 
 \f
 
index f7ab334..cf5712f 100644 (file)
@@ -44,7 +44,6 @@
  */
 \f
 #include "libguile/__scm.h"
-#include "print.h"
 
 \f
 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"
index e2c7af9..537302d 100644 (file)
@@ -51,7 +51,6 @@
 #include "hashtab.h"
 #include "hash.h"
 #include "weaks.h"
-#include "print.h"
 
 #include "srcprop.h"
 \f
index 5dc9c32..5f09a20 100644 (file)
@@ -44,7 +44,6 @@
 #include "_scm.h"
 #include "unif.h"
 #include "eval.h"
-#include "print.h"
 
 #include "strports.h"
 
index a4071ee..c112b4f 100644 (file)
@@ -45,7 +45,6 @@
 \f
 
 #include "libguile/__scm.h"
-#include "print.h"
 
 \f
 typedef struct scm_array