diff options
author | Tom Cherry <tomcherry@google.com> | 2020-07-29 16:14:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-29 16:14:17 +0000 |
commit | 9255edfa7d63e3708b91695d10d2bd65b38d7d8d (patch) | |
tree | ef7480f07f5f300fc1c84aa188fc06cea8eb0eb4 | |
parent | cc2d51fcef4767ce92e517fe364ed0cf941c59ed (diff) | |
parent | ed93b3f90480f4db6d29313ab4812604cb77b828 (diff) |
Merge "Delete more unused includes in statsd"
-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 2b9528f7d1de..2cbcf28ef7d6 100644 --- a/cmds/statsd/tests/LogEntryMatcher_test.cpp +++ b/cmds/statsd/tests/LogEntryMatcher_test.cpp @@ -18,9 +18,6 @@ #include "stats_util.h" #include <gtest/gtest.h> -#include <log/log_event_list.h> -#include <log/log_read.h> -#include <log/logprint.h> #include <stdio.h> |