From 6cecc55b4ab930ac6b6fa3423780d245b881e5ef Mon Sep 17 00:00:00 2001 From: interp Date: Wed, 12 Sep 2001 12:50:04 +0000 Subject: [PATCH] Removing #include-line for machine/stdio_dep.h that does not exist anymore. --- scsh/select1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scsh/select1.c b/scsh/select1.c index da6a3e1..7c29f95 100644 --- a/scsh/select1.c +++ b/scsh/select1.c @@ -15,7 +15,6 @@ #include "cstuff.h" #include "fdports.h" /* Accessors for Scheme I/O port internals. */ -#include "machine/stdio_dep.h" /* Import stdio buf-peeking ops. */ /* Make sure our exports match up w/the implementation: */ #include "select1.h"