0

Remove superfluous includes for <deque> and <stack> in headers

Headers that do not use std::deque do not need to include <deque>. Same
goes for std::stack and <stack>.

Bug: 40318405
Change-Id: I9ae81836156f22c885c5b5c16e8ca67d9d9b9ff1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6569393
Owners-Override: Nico Weber <thakis@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1463550}
This commit is contained in:
Lei Zhang
2025-05-21 10:38:53 -07:00
committed by Chromium LUCI CQ
parent 2ad763fa32
commit 698990dc4f
21 changed files with 0 additions and 24 deletions
ash
base
cc
chrome/browser
chromecast/media/audio/audio_output_service/receiver
chromeos/ash
experiences
services
secure_channel
components
autofill
core
feed
ip_protection
segmentation_platform
internal
services
storage
media/formats/hls
services/network
third_party
blink
renderer
modules
mediapipe
src
mediapipe

@ -5,7 +5,6 @@
#ifndef ASH_ASSISTANT_UI_MAIN_STAGE_UI_ELEMENT_CONTAINER_VIEW_H_
#define ASH_ASSISTANT_UI_MAIN_STAGE_UI_ELEMENT_CONTAINER_VIEW_H_
#include <deque>
#include <memory>
#include <utility>
#include <vector>

@ -5,7 +5,6 @@
#ifndef ASH_SYSTEM_TIME_CALENDAR_VIEW_CONTROLLER_H_
#define ASH_SYSTEM_TIME_CALENDAR_VIEW_CONTROLLER_H_
#include <deque>
#include <list>
#include <map>
#include <memory>

@ -5,7 +5,6 @@
#ifndef BASE_RUN_LOOP_H_
#define BASE_RUN_LOOP_H_
#include <stack>
#include <utility>
#include <vector>

@ -5,7 +5,6 @@
#ifndef CC_METRICS_FRAME_SEQUENCE_TRACKER_H_
#define CC_METRICS_FRAME_SEQUENCE_TRACKER_H_
#include <deque>
#include <memory>
#include <sstream>

@ -5,7 +5,6 @@
#ifndef CC_TREES_LAYER_TREE_FRAME_SINK_H_
#define CC_TREES_LAYER_TREE_FRAME_SINK_H_
#include <deque>
#include <memory>
#include "base/memory/raw_ptr.h"

@ -6,7 +6,6 @@
#define CHROME_BROWSER_COMPOSE_COMPOSE_SESSION_H_
#include <memory>
#include <stack>
#include <string>
#include <string_view>
#include <vector>

@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_UI_THUMBNAILS_THUMBNAIL_SCHEDULER_IMPL_H_
#define CHROME_BROWSER_UI_THUMBNAILS_THUMBNAIL_SCHEDULER_IMPL_H_
#include <deque>
#include <map>
#include "base/containers/linked_list.h"

@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_WEB_APPLICATIONS_LOCKS_PARTITIONED_LOCK_MANAGER_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_LOCKS_PARTITIONED_LOCK_MANAGER_H_
#include <deque>
#include <iosfwd>
#include <list>
#include <memory>

@ -6,7 +6,6 @@
#define CHROMECAST_MEDIA_AUDIO_AUDIO_OUTPUT_SERVICE_RECEIVER_CMA_BACKEND_SHIM_H_
#include <cstdint>
#include <deque>
#include <memory>
#include <string>

@ -5,7 +5,6 @@
#ifndef CHROMEOS_ASH_EXPERIENCES_ARC_TEST_FAKE_PROCESS_INSTANCE_H_
#define CHROMEOS_ASH_EXPERIENCES_ARC_TEST_FAKE_PROCESS_INSTANCE_H_
#include <deque>
#include <optional>
#include <utility>

@ -5,8 +5,6 @@
#ifndef CHROMEOS_ASH_SERVICES_SECURE_CHANNEL_BLE_SYNCHRONIZER_H_
#define CHROMEOS_ASH_SERVICES_SECURE_CHANNEL_BLE_SYNCHRONIZER_H_
#include <deque>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"

@ -7,7 +7,6 @@
#include <stddef.h>
#include <deque>
#include <memory>
#include <optional>
#include <set>

@ -5,7 +5,6 @@
#ifndef COMPONENTS_FEED_CORE_V2_SURFACE_UPDATER_H_
#define COMPONENTS_FEED_CORE_V2_SURFACE_UPDATER_H_
#include <deque>
#include <map>
#include <string>
#include <vector>

@ -6,7 +6,6 @@
#define COMPONENTS_IP_PROTECTION_COMMON_IP_PROTECTION_PROXY_DELEGATE_H_
#include <cstddef>
#include <deque>
#include <string>
#include "base/gtest_prod_util.h"

@ -6,7 +6,6 @@
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_EXECUTION_PROCESSING_FEATURE_LIST_QUERY_PROCESSOR_H_
#include <cstdint>
#include <deque>
#include <memory>
#include <vector>

@ -5,7 +5,6 @@
#ifndef COMPONENTS_SERVICES_STORAGE_INDEXED_DB_LOCKS_PARTITIONED_LOCK_MANAGER_H_
#define COMPONENTS_SERVICES_STORAGE_INDEXED_DB_LOCKS_PARTITIONED_LOCK_MANAGER_H_
#include <deque>
#include <iosfwd>
#include <list>
#include <map>

@ -5,7 +5,6 @@
#ifndef MEDIA_FORMATS_HLS_RENDITION_MANAGER_H_
#define MEDIA_FORMATS_HLS_RENDITION_MANAGER_H_
#include <deque>
#include <optional>
#include <set>
#include <string>

@ -5,8 +5,6 @@
#ifndef SERVICES_NETWORK_NETWORK_SERVICE_PROXY_DELEGATE_H_
#define SERVICES_NETWORK_NETWORK_SERVICE_PROXY_DELEGATE_H_
#include <deque>
#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "mojo/public/cpp/bindings/receiver.h"

@ -5,7 +5,6 @@
#ifndef SERVICES_NETWORK_UDP_SOCKET_H_
#define SERVICES_NETWORK_UDP_SOCKET_H_
#include <deque>
#include <memory>
#include <vector>

@ -5,8 +5,6 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_FILE_SYSTEM_ACCESS_BUCKET_FILE_SYSTEM_BUILDER_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_FILE_SYSTEM_ACCESS_BUCKET_FILE_SYSTEM_BUILDER_H_
#include <deque>
#include "third_party/blink/public/mojom/file_system_access/file_system_access_error.mojom-blink.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/inspector/protocol/file_system.h"

@ -18,7 +18,6 @@
#include <algorithm>
#include <cmath>
#include <deque>
#include <unordered_map>
#include <unordered_set>
#include <utility>