summaryrefslogtreecommitdiff
path: root/usr.bin/paste
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>2007-01-17 00:21:43 +0000
committerhubertf <hubertf@NetBSD.org>2007-01-17 00:21:43 +0000
commit48b31403c51d31da8166f8157a13e01e70168b4d (patch)
tree66fa2fbc1f010835fa3f4f2a283d95539267deaa /usr.bin/paste
parentfb784fec831aa88e90bfa80c19f60b35a73ca86b (diff)
Remove duplicate #includes
From Slava Semushin <slava.semushin@gmail.com>, via private mail
Diffstat (limited to 'usr.bin/paste')
-rw-r--r--usr.bin/paste/paste.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c
index 5b535f59fa3..0116bfd4cbd 100644
--- a/usr.bin/paste/paste.c
+++ b/usr.bin/paste/paste.c
@@ -1,4 +1,4 @@
-/* $NetBSD: paste.c,v 1.12 2006/04/01 06:36:58 rtr Exp $ */
+/* $NetBSD: paste.c,v 1.13 2007/01/17 00:21:44 hubertf Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n"
#ifndef lint
/*static char sccsid[] = "from: @(#)paste.c 8.1 (Berkeley) 6/6/93";*/
-__RCSID("$NetBSD: paste.c,v 1.12 2006/04/01 06:36:58 rtr Exp $");
+__RCSID("$NetBSD: paste.c,v 1.13 2007/01/17 00:21:44 hubertf Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -49,7 +49,6 @@ __RCSID("$NetBSD: paste.c,v 1.12 2006/04/01 06:36:58 rtr Exp $");
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#include <unistd.h>