chore: trim unused STL includes (#29414)

This commit is contained in:
David Sanders 2021-05-31 18:34:44 -07:00 committed by GitHub
parent 71fff6ea0e
commit 93c9374e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
106 changed files with 14 additions and 152 deletions

View file

@ -4,7 +4,6 @@
#include "shell/renderer/api/electron_api_context_bridge.h"
#include <map>
#include <memory>
#include <set>
#include <string>

View file

@ -4,9 +4,7 @@
#include "shell/renderer/api/electron_api_spell_check_client.h"
#include <map>
#include <memory>
#include <set>
#include <unordered_set>
#include <utility>

View file

@ -5,7 +5,6 @@
#ifndef SHELL_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#define SHELL_RENDERER_ELECTRON_API_SERVICE_IMPL_H_
#include <queue>
#include <string>
#include "base/memory/weak_ptr.h"

View file

@ -4,7 +4,6 @@
#include "shell/renderer/electron_render_frame_observer.h"
#include <string>
#include <utility>
#include <vector>

View file

@ -5,7 +5,6 @@
#include "shell/renderer/electron_renderer_client.h"
#include <string>
#include <vector>
#include "base/command_line.h"
#include "content/public/renderer/render_frame.h"

View file

@ -8,7 +8,6 @@
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "shell/renderer/renderer_client_base.h"

View file

@ -4,6 +4,8 @@
#include "shell/renderer/electron_sandboxed_renderer_client.h"
#include <vector>
#include "base/base_paths.h"
#include "base/command_line.h"
#include "base/files/file_path.h"

View file

@ -7,7 +7,6 @@
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "base/process/process_metrics.h"
#include "shell/renderer/renderer_client_base.h"

View file

@ -7,7 +7,6 @@
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "content/public/renderer/content_renderer_client.h"