From: Davidlohr Bueso <dave@xxxxxxx> Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- schedutils/ionice.c | 2 -- schedutils/taskset.c | 3 --- 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/schedutils/ionice.c b/schedutils/ionice.c index 78c9f0d..ecfb4fd 100644 --- a/schedutils/ionice.c +++ b/schedutils/ionice.c @@ -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" diff --git a/schedutils/taskset.c b/schedutils/taskset.c index 5a7557c..fa16647 100644 --- a/schedutils/taskset.c +++ b/schedutils/taskset.c @@ -23,10 +23,7 @@ #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" -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html