summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-11-15 22:38:48 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-11-15 22:38:48 +0000
commit60502a8eea486c599be4428718de3a8370b9f0b5 (patch)
treeeed20897e0bf75c27d4db39c58a19a4124a3a531 /lib/libc/gen
parent17b610a60fcb85c615233bf82b38227a6edfaca3 (diff)
Delete some unnecessary #includes
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/ftok.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/ftok.c b/lib/libc/gen/ftok.c
index f9d6621283c..387b80f3450 100644
--- a/lib/libc/gen/ftok.c
+++ b/lib/libc/gen/ftok.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftok.c,v 1.7 2005/08/08 08:05:34 espie Exp $ */
+/* $OpenBSD: ftok.c,v 1.8 2014/11/15 22:38:47 guenther Exp $ */
/*
* Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
* All rights reserved.
@@ -26,7 +26,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ipc.h>