From: Marc Teitelbaum Date: Fri, 6 Apr 1990 02:47:10 +0000 (-0800) Subject: drop unnecessary include of dir.h (checked in by sklower) X-Git-Tag: BSD-4_3_Reno-Snapshot-Development~3849 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/25d6477d47e775a1f8d73ed66005f9d5c1cfe277 drop unnecessary include of dir.h (checked in by sklower) SCCS-vsn: sys/net/if_sl.c 7.20 --- diff --git a/usr/src/sys/net/if_sl.c b/usr/src/sys/net/if_sl.c index 92b62030f5..cf10de81f4 100644 --- a/usr/src/sys/net/if_sl.c +++ b/usr/src/sys/net/if_sl.c @@ -14,7 +14,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)if_sl.c 7.19 (Berkeley) %G% + * @(#)if_sl.c 7.20 (Berkeley) %G% */ /* @@ -55,7 +55,6 @@ #if NSL > 0 #include "param.h" -#include "dir.h" #include "user.h" #include "mbuf.h" #include "buf.h"