From a213122ebef0d8c9c20043655d8e9276c9769bf8 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 25 Sep 2007 04:36:30 +0000 Subject: [PATCH] remove unnecessary #include --- usr.bin/mkdep/mkdep.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/mkdep/mkdep.c b/usr.bin/mkdep/mkdep.c index 53a8ea8519f5..482351629182 100644 --- a/usr.bin/mkdep/mkdep.c +++ b/usr.bin/mkdep/mkdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: mkdep.c,v 1.29 2006/10/15 18:50:47 christos Exp $ */ +/* $NetBSD: mkdep.c,v 1.30 2007/09/25 04:36:30 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ #if !defined(lint) __COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\ All rights reserved.\n"); -__RCSID("$NetBSD: mkdep.c,v 1.29 2006/10/15 18:50:47 christos Exp $"); +__RCSID("$NetBSD: mkdep.c,v 1.30 2007/09/25 04:36:30 lukem Exp $"); #endif /* not lint */ #include @@ -55,7 +55,6 @@ __RCSID("$NetBSD: mkdep.c,v 1.29 2006/10/15 18:50:47 christos Exp $"); #include #include #include -#include #include #include #include