summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSan Mehat2010-02-26 13:45:19 -0600
committerSan Mehat2010-02-26 13:45:27 -0600
commit85cf56892dcc4d38cdd62e0690b2c5388e0880b2 (patch)
tree6e2a67687a8155b67afe8296d00a9a8c21aaf863
parent81689b60b5528742b3c4a6973efc97c0acdf5b4d (diff)
downloadplatform-system-core-85cf56892dcc4d38cdd62e0690b2c5388e0880b2.tar.gz
platform-system-core-85cf56892dcc4d38cdd62e0690b2c5388e0880b2.tar.xz
platform-system-core-85cf56892dcc4d38cdd62e0690b2c5388e0880b2.zip
cutils: schedpolicy: remove stray include
Signed-off-by: San Mehat <san@google.com>
-rw-r--r--libcutils/iosched_policy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcutils/iosched_policy.c b/libcutils/iosched_policy.c
index 7203e5132..f350f58b9 100644
--- a/libcutils/iosched_policy.c
+++ b/libcutils/iosched_policy.c
@@ -22,7 +22,6 @@
22#include <string.h> 22#include <string.h>
23#include <errno.h> 23#include <errno.h>
24#include <fcntl.h> 24#include <fcntl.h>
25#include <linux/unistd.h>
26 25
27#ifdef HAVE_SCHED_H 26#ifdef HAVE_SCHED_H
28 27