summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ftok.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-11-15 22:38:47 +0000
committerguenther <guenther@openbsd.org>2014-11-15 22:38:47 +0000
commitee6e787a038374b310437decdf497304789991b5 (patch)
tree43733bb4c1e9ae87b1b948129f0de1e0d193b208 /lib/libc/gen/ftok.c
parentDon't need <sys/types.h> before <sys/ipc.h> anymore (diff)
downloadwireguard-openbsd-ee6e787a038374b310437decdf497304789991b5.tar.xz
wireguard-openbsd-ee6e787a038374b310437decdf497304789991b5.zip
Delete some unnecessary #includes
Diffstat (limited to 'lib/libc/gen/ftok.c')
-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>