diff options
| author | 2016-08-17 18:00:39 -0700 | |
|---|---|---|
| committer | 2016-08-18 01:46:57 +0000 | |
| commit | e3f8eba20e4cc32b409d70656f10a97fff840190 (patch) | |
| tree | daaa4bdb5daff5d8912c94e93cfb6bec9c15fa98 | |
| parent | 0783d5fc28e78e875bed663eea8a5df77eddf571 (diff) | |
Remove unused include.
BUG: 29824203
Change-Id: Ied8ccb8c30632b41f6c6c3d848dc94d7b1e731e0
| -rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index 4748979da9..156766a7f2 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -16,8 +16,6 @@ #define LOG_TAG "ProcessState" -#include <cutils/process_name.h> - #include <binder/ProcessState.h> #include <utils/Atomic.h> |