diff options
author | Jeffrey Huang <jeffreyhuang@google.com> | 2020-01-31 17:09:56 -0800 |
---|---|---|
committer | Jeffrey Huang <jeffreyhuang@google.com> | 2020-02-01 10:41:43 -0800 |
commit | cabd127c19aa22b67e9e1e52199070a26dacdfb0 (patch) | |
tree | 6b9c7caf01d3ef26bbe8f47a2ed2ff9e80c13bd3 /cmds/statsd/src/shell/ShellSubscriber.cpp | |
parent | 39df263cc5e2bde767709e158baa4d145c60384e (diff) |
Delete unused imports in Statsd
Delete libplatformprotos since its not used.
Test: m -j
Bug: 147599928
Change-Id: I80203756d714bf123978d26bbe81351a1abdc967
Diffstat (limited to 'cmds/statsd/src/shell/ShellSubscriber.cpp')
-rw-r--r-- | cmds/statsd/src/shell/ShellSubscriber.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/statsd/src/shell/ShellSubscriber.cpp b/cmds/statsd/src/shell/ShellSubscriber.cpp index f7e32d4aed26..d6a04336bc46 100644 --- a/cmds/statsd/src/shell/ShellSubscriber.cpp +++ b/cmds/statsd/src/shell/ShellSubscriber.cpp @@ -18,7 +18,6 @@ #include "ShellSubscriber.h" -#include <android-base/file.h> #include "matchers/matcher_util.h" #include "stats_log_util.h" |