summaryrefslogtreecommitdiffstats
path: root/libs/binder/IPCThreadState.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-05 18:12:45 -0800
committerGlenn Kasten <gkasten@google.com>2012-03-05 18:12:45 -0800
commit4bcb57502c5a7da53ef84228aceeffb54d36e06b (patch)
treec31d00233b995bfd34a080f7c682ccece0118b75 /libs/binder/IPCThreadState.cpp
parent16165db5d6e8ec860286aecd23d195c7244d20b0 (diff)
downloadframeworks_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
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r--libs/binder/IPCThreadState.cpp1
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>