diff options
author | 2012-03-05 18:12:45 -0800 | |
---|---|---|
committer | 2012-03-05 18:12:45 -0800 | |
commit | 403475a894de8b898c1e0bafdeae2e2f7dd19951 (patch) | |
tree | 254753820bc684888a7fb81b70dadfefd84af0b2 | |
parent | c8a0a159949a8b975b7e48a66f7034e2748f367d (diff) |
Remove obsolete references to sched_policy.h
As part of scheduling policy cleanup, remove or isolate
all references to the scheduling policy APIs.
Change-Id: Ia1ea2fe711a399039f25217309e061267744b856
-rw-r--r-- | core/jni/android_util_Process.cpp | 1 | ||||
-rw-r--r-- | libs/binder/IPCThreadState.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/jni/android_util_Process.cpp b/core/jni/android_util_Process.cpp index 07a7f22d85cc..41cc20347d88 100644 --- a/core/jni/android_util_Process.cpp +++ b/core/jni/android_util_Process.cpp @@ -32,7 +32,6 @@ #include <sys/errno.h> #include <sys/resource.h> #include <sys/types.h> -#include <cutils/sched_policy.h> #include <dirent.h> #include <fcntl.h> #include <grp.h> diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index b578a6ce9a50..96cef2c1f30e 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -20,7 +20,6 @@ #include <binder/Binder.h> #include <binder/BpBinder.h> -#include <cutils/sched_policy.h> #include <utils/Debug.h> #include <utils/Log.h> #include <utils/TextOutput.h> |