From 572c01be18b6f96e4bc507e3acae8b6778d2945b Mon Sep 17 00:00:00 2001 From: mainzelm Date: Fri, 7 Sep 2001 15:58:05 +0000 Subject: [PATCH] Removed include of stdio_dep.h. --- scsh/fdports1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scsh/fdports1.c b/scsh/fdports1.c index 5c62f14..6540d59 100644 --- a/scsh/fdports1.c +++ b/scsh/fdports1.c @@ -25,7 +25,6 @@ #include "cstuff.h" #define NUM_FDPORTS 256 #include "fdports.h" -#include "machine/stdio_dep.h" /* Make sure our exports match up w/the implementation: */ #include "fdports1.h"