diff options
author | Dmitriy Filchenko <dmitriyf@google.com> | 2016-08-17 17:55:24 -0700 |
---|---|---|
committer | Dmitriy Filchenko <dmitriyf@google.com> | 2016-08-18 01:45:11 +0000 |
commit | 7310cc4880eb997697021d24c9422d520ba3c78a (patch) | |
tree | 92f5c59c018300c164c310abc8f91826e6c5c7e4 /cmds/app_process | |
parent | c76a3ac224833e7d3542f37543cfe4f63723e3f3 (diff) |
Remove unused includes.
BUG: 29824203
Change-Id: I795f8abe31575f70da263921c6ec13b73b24dc7b
Diffstat (limited to 'cmds/app_process')
-rw-r--r-- | cmds/app_process/app_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/app_process/app_main.cpp b/cmds/app_process/app_main.cpp index 72a21e326564..80af5ea9fdaf 100644 --- a/cmds/app_process/app_main.cpp +++ b/cmds/app_process/app_main.cpp @@ -17,7 +17,6 @@ #include <binder/ProcessState.h> #include <utils/Log.h> #include <cutils/memory.h> -#include <cutils/process_name.h> #include <cutils/properties.h> #include <cutils/trace.h> #include <android_runtime/AndroidRuntime.h> |