summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-06 08:17:43 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-06 08:17:43 -0800
commita440dc1562bd3caa3751ca8c9f40c0abea939605 (patch)
tree00c1b84a44057299a5108467ea1455443b44c9ad
parent0a57c72933e7b410466f48f64de3541360206a07 (diff)
parent4bcb57502c5a7da53ef84228aceeffb54d36e06b (diff)
downloadframeworks_native-a440dc1562bd3caa3751ca8c9f40c0abea939605.zip
frameworks_native-a440dc1562bd3caa3751ca8c9f40c0abea939605.tar.gz
frameworks_native-a440dc1562bd3caa3751ca8c9f40c0abea939605.tar.bz2
Merge "Remove obsolete references to sched_policy.h"
-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>