diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-15 22:38:48 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-15 22:38:48 +0000 |
commit | 60502a8eea486c599be4428718de3a8370b9f0b5 (patch) | |
tree | eed20897e0bf75c27d4db39c58a19a4124a3a531 /lib/libc/sys/semctl.c | |
parent | 17b610a60fcb85c615233bf82b38227a6edfaca3 (diff) |
Delete some unnecessary #includes
Diffstat (limited to 'lib/libc/sys/semctl.c')
-rw-r--r-- | lib/libc/sys/semctl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/semctl.c b/lib/libc/sys/semctl.c index d3bba9fdb13..ecc4156249f 100644 --- a/lib/libc/sys/semctl.c +++ b/lib/libc/sys/semctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: semctl.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ +/* $OpenBSD: semctl.c,v 1.8 2014/11/15 22:38:47 guenther Exp $ */ /* * Copyright (c) 1994, 1995 Christopher G. Demetriou * All rights reserved. @@ -30,8 +30,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/types.h> -#include <sys/ipc.h> #include <sys/sem.h> #include <stdarg.h> #include <stdlib.h> |