aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2021-04-26 23:48:55 +0000
committerCopybara-Service <copybara-worker@google.com>2021-07-25 21:11:58 -0700
commit96bdbcaf51c3534da622350f86013c467b7ea7e3 (patch)
treeb04416787648cf992b8f8904fa888565665531db
parente1c6a71ae0b029b30d69960900d9bb1a1ad45945 (diff)
downloadzucchini-96bdbcaf51c3534da622350f86013c467b7ea7e3.tar.gz
Remove unneeded base/strings/stringprintf.h includes.
List of files to delete from generated using the following command: git grep -l base/strings/stringprintf.h | \ xargs grep -L 'StringPrint[fV]' | xargs grep -L StringAppend | \ grep -E '(cc|mm|h)$' Change-Id: Ibc72245f08730b4d25283e2d966235b61513c7ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2849392 Reviewed-by: Peter Boström <pbos@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#876365} NOKEYCHECK=True GitOrigin-RevId: b49a213e324277a5539cc808e46cfa982502a81d
-rw-r--r--ensemble_matcher.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ensemble_matcher.cc b/ensemble_matcher.cc
index 42079d6..0ed8a2a 100644
--- a/ensemble_matcher.cc
+++ b/ensemble_matcher.cc
@@ -9,7 +9,6 @@
#include "base/logging.h"
#include "base/stl_util.h"
-#include "base/strings/stringprintf.h"
namespace zucchini {