From 1bcd237fecb8a93c4d061ef74d329a9b74051005 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 26 Sep 2000 17:48:55 +0000 Subject: [PATCH] Removed unused includes (garbage left over/created by the SMPng megacommit). --- sys/net/ppp_tty.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index 906de00194a8..16cc00903601 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -88,12 +88,6 @@ #include #include -#ifdef __i386__ -#include -#include -#include -#endif - #ifdef PPP_FILTER #include #endif