From 39e02af41f173c3a95bf49e59b482f01d5698ba1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 11:49:25 +0200 Subject: setpgrp.c: remove unneeded header Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/setpgrp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux') diff --git a/libc/sysdeps/linux/common/setpgrp.c b/libc/sysdeps/linux/common/setpgrp.c index 1a82ac884..bc8e89442 100644 --- a/libc/sysdeps/linux/common/setpgrp.c +++ b/libc/sysdeps/linux/common/setpgrp.c @@ -4,10 +4,8 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#include #include - int setpgrp(void) { return setpgid(0,0); -- cgit v1.2.3