diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 16:10:13 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-17 16:10:13 +0000 |
commit | f04d8caf82e152771946f648850a4f612e59c41d (patch) | |
tree | 0ac513c6ac4625567ea4109e84e821fa9b19519c /libguile/_scm.h | |
parent | 003d1fd0462541a64f24c58c55ae71af5afd67d4 (diff) | |
download | guile-f04d8caf82e152771946f648850a4f612e59c41d.tar.gz |
Only include ports.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 34b7a720d..96a8d8655 100644 --- a/libguile/_scm.h +++ b/libguile/_scm.h @@ -72,7 +72,6 @@ #include "boolean.h" /* Everyone wonders about the truth. */ #include "strings.h" /* Everyone loves string. */ #include "root.h" /* Everyone uses these objects. */ -#include "ports.h" /* Everyone does I/O. */ #include "async.h" /* Everyone allows/disallows ints. */ #ifdef USE_THREADS #include "threads.h" /* The cooperative thread package does |