0

Remove unnecessary base/stl_util.h includes in other base/ headers.

The include was either never necessary to start with, or did not get
deleted when the code that used stl_util.h got deleted.

Bug: 242216
Change-Id: I19621135d201a790376d686ff941ccadf26e8222
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2853185
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#876751}
This commit is contained in:
Lei Zhang
2021-04-27 21:00:59 +00:00
committed by Chromium LUCI CQ
parent 70e39e4cf8
commit ed59aadcd4
3 changed files with 0 additions and 3 deletions

@ -16,7 +16,6 @@
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "base/sequenced_task_runner.h"
#include "base/stl_util.h"
#include "base/synchronization/lock.h"
#include "base/threading/sequenced_task_runner_handle.h"
#include "base/threading/thread_local.h"

@ -20,7 +20,6 @@
#include "base/base_export.h"
#include "base/compiler_specific.h"
#include "base/containers/span.h"
#include "base/stl_util.h"
#include "base/strings/string_piece.h" // For implicit conversions.
#include "build/build_config.h"

@ -12,7 +12,6 @@
#include "base/base_export.h"
#include "base/check_op.h"
#include "base/stl_util.h"
#include "base/trace_event/builtin_categories.h"
#include "base/trace_event/common/trace_event_common.h"
#include "base/trace_event/trace_category.h"