From 4bcb57502c5a7da53ef84228aceeffb54d36e06b Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 5 Mar 2012 18:12:45 -0800 Subject: [PATCH] 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 --- libs/binder/IPCThreadState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index b578a6ce9..96cef2c1f 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -20,7 +20,6 @@ #include #include -#include #include #include #include