summaryrefslogtreecommitdiff
path: root/libs/binder/IPCThreadState.cpp
diff options
context:
space:
mode:
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
commit403475a894de8b898c1e0bafdeae2e2f7dd19951 (patch)
tree254753820bc684888a7fb81b70dadfefd84af0b2 /libs/binder/IPCThreadState.cpp
parentc8a0a159949a8b975b7e48a66f7034e2748f367d (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.cpp1
1 files changed, 0 insertions, 1 deletions
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>