diff options
author | Tom Cherry <tomcherry@google.com> | 2020-07-27 13:30:14 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2020-07-28 21:12:29 +0000 |
commit | ed93b3f90480f4db6d29313ab4812604cb77b828 (patch) | |
tree | c5bf440aa261fbc92022e306a41ec773e08c6df4 /cmds | |
parent | 0f719e7fc4d5f7bb364895142b5335cad644f21a (diff) |
Delete more unused includes in statsd
Test: build
Merged-In: Ie639f57f86c2573cd5e06a1fa9397487f4b3f235
Change-Id: Ie639f57f86c2573cd5e06a1fa9397487f4b3f235
Diffstat (limited to 'cmds')
-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> |