diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 15:23:03 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 15:23:03 +0000 |
commit | 003d1fd0462541a64f24c58c55ae71af5afd67d4 (patch) | |
tree | ff52ba845c74853eded138c2213c932c939140e2 /libguile/_scm.h | |
parent | 0fa27efa4ad4a3ef35fa38c268ca2052809acf12 (diff) | |
download | guile-003d1fd0462541a64f24c58c55ae71af5afd67d4.tar.gz |
Only include vectors.h in those files, 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 b76f38d1c..34b7a720d 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -71,7 +71,6 @@ #include "symbols.h" /* For length, chars, values, miscellany. */ #include "boolean.h" /* Everyone wonders about the truth. */ #include "strings.h" /* Everyone loves string. */ -#include "vectors.h" /* Vectors are used for structures a lot. */ #include "root.h" /* Everyone uses these objects. */ #include "ports.h" /* Everyone does I/O. */ #include "async.h" /* Everyone allows/disallows ints. */ |