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