diff options
author | 2014-11-15 22:38:47 +0000 | |
---|---|---|
committer | 2014-11-15 22:38:47 +0000 | |
commit | ee6e787a038374b310437decdf497304789991b5 (patch) | |
tree | 43733bb4c1e9ae87b1b948129f0de1e0d193b208 /lib/libc/gen/ftok.c | |
parent | Don't need <sys/types.h> before <sys/ipc.h> anymore (diff) | |
download | wireguard-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.c | 3 |
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> |