From 604585435936100a1fe1af20d6f7ced68abf65e2 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 26 Aug 2004 20:26:08 +0000 Subject: [PATCH] Remove duplicate include. Noted by Jeff Ito. --- usr.sbin/wiconfig/wiconfig.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/wiconfig/wiconfig.c b/usr.sbin/wiconfig/wiconfig.c index a7068788f0d4..47bce79650f6 100644 --- a/usr.sbin/wiconfig/wiconfig.c +++ b/usr.sbin/wiconfig/wiconfig.c @@ -1,4 +1,4 @@ -/* $NetBSD: wiconfig.c,v 1.35 2004/08/25 18:49:06 wiz Exp $ */ +/* $NetBSD: wiconfig.c,v 1.36 2004/08/26 20:26:08 wiz Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. @@ -38,7 +38,6 @@ #include #include #include -#include #include #ifdef __FreeBSD__ @@ -70,7 +69,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."); -__RCSID("$NetBSD: wiconfig.c,v 1.35 2004/08/25 18:49:06 wiz Exp $"); +__RCSID("$NetBSD: wiconfig.c,v 1.36 2004/08/26 20:26:08 wiz Exp $"); #endif struct wi_table {