diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
commit | ba11fd4cb6a150efc9464467ce1fc273b4f3e925 (patch) | |
tree | b055080dcec5ba6d059b5d7ae406cd51da32e8a6 /libguile/_scm.h | |
parent | 7ab3fdd51f6a34a77ff0d19c70b69d8cdfe71a11 (diff) | |
download | guile-ba11fd4cb6a150efc9464467ce1fc273b4f3e925.tar.gz |
Only include root.h where it is actually needed.
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r-- | libguile/_scm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/_scm.h b/libguile/_scm.h index ce1afe375..71424b14f 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -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 |