diff options
author | Glenn Kasten <gkasten@google.com> | 2012-03-06 08:17:43 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-06 08:17:43 -0800 |
commit | a440dc1562bd3caa3751ca8c9f40c0abea939605 (patch) | |
tree | 00c1b84a44057299a5108467ea1455443b44c9ad | |
parent | 0a57c72933e7b410466f48f64de3541360206a07 (diff) | |
parent | 4bcb57502c5a7da53ef84228aceeffb54d36e06b (diff) | |
download | frameworks_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.cpp | 1 |
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> |