diff options
| author | 2012-03-06 08:17:43 -0800 | |
|---|---|---|
| committer | 2012-03-06 08:17:43 -0800 | |
| commit | 66199cf939efbffb9154df89f85d0d30c8d3ec55 (patch) | |
| tree | 74f0674c6dd847911efc2e2738db6354ea7f2b81 | |
| parent | 46c92df26d22954f91ff5afc271c1f3b690965cf (diff) | |
| parent | 403475a894de8b898c1e0bafdeae2e2f7dd19951 (diff) | |
Merge "Remove obsolete references to sched_policy.h"
| -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> |