summaryrefslogtreecommitdiff
path: root/libguile/_scm.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 16:10:13 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-03-17 16:10:13 +0000
commitf04d8caf82e152771946f648850a4f612e59c41d (patch)
tree0ac513c6ac4625567ea4109e84e821fa9b19519c /libguile/_scm.h
parent003d1fd0462541a64f24c58c55ae71af5afd67d4 (diff)
downloadguile-f04d8caf82e152771946f648850a4f612e59c41d.tar.gz
Only include ports.h where it is actually needed.
Diffstat (limited to 'libguile/_scm.h')
-rw-r--r--libguile/_scm.h1
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