diff options
author | Glenn Kasten <gkasten@google.com> | 2012-03-05 18:12:45 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-03-05 18:12:45 -0800 |
commit | 4bcb57502c5a7da53ef84228aceeffb54d36e06b (patch) | |
tree | c31d00233b995bfd34a080f7c682ccece0118b75 | |
parent | 16165db5d6e8ec860286aecd23d195c7244d20b0 (diff) | |
download | frameworks_native-4bcb57502c5a7da53ef84228aceeffb54d36e06b.zip frameworks_native-4bcb57502c5a7da53ef84228aceeffb54d36e06b.tar.gz frameworks_native-4bcb57502c5a7da53ef84228aceeffb54d36e06b.tar.bz2 |
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-- | libs/binder/IPCThreadState.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index b578a6c..96cef2c 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> |