Only include root.h where it is actually needed.
[bpt/guile.git] / libguile / _scm.h
index ce1afe3..71424b1 100644 (file)
@@ -70,7 +70,6 @@
 #include "numbers.h"           /* Everyone deals with fixnums.  */
 #include "symbols.h"           /* For length, chars, values, miscellany.  */
 #include "boolean.h"           /* Everyone wonders about the truth.  */
-#include "root.h"              /* Everyone uses these objects.  */
 #include "async.h"             /* Everyone allows/disallows ints.  */
 #ifdef USE_THREADS
 #include "threads.h"           /* The cooperative thread package does