Skip to content

Commit

Permalink
remove unnecessary #include
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem committed Sep 25, 2007
1 parent 1db82cf commit a213122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions usr.bin/mkdep/mkdep.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 <sys/mman.h>
Expand All @@ -55,7 +55,6 @@ __RCSID("$NetBSD: mkdep.c,v 1.29 2006/10/15 18:50:47 christos Exp $");
#include <fcntl.h>
#include <locale.h>
#include <paths.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit a213122

Please sign in to comment.