diff options
| author | 2020-07-28 21:50:25 +0000 | |
|---|---|---|
| committer | 2020-07-28 21:50:25 +0000 | |
| commit | a018cdcb4f340941badc0d6dd46b43b48a9abdf4 (patch) | |
| tree | d92164ff5317ba4ef72f42c67a0154d79f393459 | |
| parent | d40a4d4fc193558b237eeb5b25b33e8930a44202 (diff) | |
| parent | 9f97e7c07c817d66baea605be2245c20260f522e (diff) | |
Merge "Delete more unused includes in statsd" into rvc-dev-plus-aosp am: 521bba25c9 am: 9f97e7c07c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12243153
Change-Id: Ifcdcd4240cae9ddd2ba867f82c1bf371349aab79
| -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" |