diff options
| author | 2012-03-05 18:12:45 -0800 | |
|---|---|---|
| committer | 2012-03-05 18:12:45 -0800 | |
| commit | 4bcb57502c5a7da53ef84228aceeffb54d36e06b (patch) | |
| tree | c31d00233b995bfd34a080f7c682ccece0118b75 /libs/binder/IPCThreadState.cpp | |
| parent | 16165db5d6e8ec860286aecd23d195c7244d20b0 (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
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
| -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 b578a6ce9a..96cef2c1f3 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> |