diff options
author | Tom Cherry <tomcherry@google.com> | 2020-07-28 22:07:07 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-07-28 22:07:07 +0000 |
commit | bb5ea9f1ab8f20595aa8fd83b6f43d6d3f6fd73c (patch) | |
tree | c738a4e99e08047433dd3bc36c188be281483c64 | |
parent | 7041ae371d61f159f844629436f7c9eb637ef5e8 (diff) | |
parent | a018cdcb4f340941badc0d6dd46b43b48a9abdf4 (diff) |
Merge "Delete more unused includes in statsd" into rvc-dev-plus-aosp am: 521bba25c9 am: 9f97e7c07c am: a018cdcb4f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12243153
Change-Id: If97258407c8df55c5e0c8eada53c5282267172b9
-rw-r--r-- | cmds/statsd/tests/LogEntryMatcher_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/statsd/tests/LogEntryMatcher_test.cpp b/cmds/statsd/tests/LogEntryMatcher_test.cpp index 26423d464027..6264c075426a 100644 --- a/cmds/statsd/tests/LogEntryMatcher_test.cpp +++ b/cmds/statsd/tests/LogEntryMatcher_test.cpp @@ -13,9 +13,6 @@ // limitations under the License. #include <gtest/gtest.h> -#include <log/log_event_list.h> -#include <log/log_read.h> -#include <log/logprint.h> #include <stdio.h> #include "annotations.h" |