From bdf98d22b9b588d928177ffb79bcd2a97719dc54 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 16 Apr 2011 11:49:25 +0200
Subject: [PATCH 280/396] setpgrp.c: remove unneeded header

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/setpgrp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libc/sysdeps/linux/common/setpgrp.c b/libc/sysdeps/linux/common/setpgrp.c
index 1a82ac8..bc8e894 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 <syscall.h>
 #include <unistd.h>
 
-
 int setpgrp(void)
 {
 	return setpgid(0,0);
-- 
1.7.0.4

