summaryrefslogtreecommitdiffstats
path: root/schedutils/ionice.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-02-04 19:54:43 +0100
committerKarel Zak2011-02-08 16:23:28 +0100
commitf2f0dcaf11319a9991c2135dcf525cd649a97b22 (patch)
tree138a46976927009b8e250a0fe17131e529c31280 /schedutils/ionice.c
parentlscpu: add description of --sysroot option to man page, plus grammar touches (diff)
downloadkernel-qcow2-util-linux-f2f0dcaf11319a9991c2135dcf525cd649a97b22.tar.gz
kernel-qcow2-util-linux-f2f0dcaf11319a9991c2135dcf525cd649a97b22.tar.xz
kernel-qcow2-util-linux-f2f0dcaf11319a9991c2135dcf525cd649a97b22.zip
schedutils: remove unneeded header files
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'schedutils/ionice.c')
-rw-r--r--schedutils/ionice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index 78c9f0d3c..ecfb4fd05 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"