]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
schedutils: remove unneeded header files
authorDavidlohr Bueso <dave@gnu.org>
Fri, 4 Feb 2011 18:54:43 +0000 (15:54 -0300)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Feb 2011 15:23:28 +0000 (16:23 +0100)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
schedutils/ionice.c
schedutils/taskset.c

index 78c9f0d3ca7c35a4a26d0dbaa85f992e8e86334f..ecfb4fd0547c63ee1ba04c6eb1085ce94143a100 100644 (file)
@@ -11,9 +11,7 @@
 #include <errno.h>
 #include <getopt.h>
 #include <unistd.h>
-#include <sys/ptrace.h>
 #include <sys/syscall.h>
-#include <asm/unistd.h>
 #include <err.h>
 
 #include "nls.h"
index 5a7557c3a0bcc5a7ec42bfd047bdfc10a7a98eac..fa16647da1840130f1fd6401496a2ab6f17298d8 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 #include <getopt.h>
-#include <sched.h>
 #include <errno.h>
-#include <string.h>
-#include <ctype.h>
 #include <err.h>
 
 #include "cpuset.h"