From fd5b18820cbea67801d4fdd1562c3cb41e4ce578 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 27 Jul 2020 13:30:14 -0700 Subject: [PATCH] Delete more unused includes in statsd Test: build Change-Id: Ie639f57f86c2573cd5e06a1fa9397487f4b3f235 --- cmds/statsd/tests/LogEntryMatcher_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmds/statsd/tests/LogEntryMatcher_test.cpp b/cmds/statsd/tests/LogEntryMatcher_test.cpp index 26423d464027e..6264c075426a2 100644 --- a/cmds/statsd/tests/LogEntryMatcher_test.cpp +++ b/cmds/statsd/tests/LogEntryMatcher_test.cpp @@ -13,9 +13,6 @@ // limitations under the License. #include -#include -#include -#include #include #include "annotations.h"