chore: remove unused std includes (#38767)

This commit is contained in:
Charles Kerr 2023-06-14 13:07:18 -05:00 committed by GitHub
parent f7c0a29d89
commit 5ad8b4b7d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 7 additions and 82 deletions

View file

@ -4,8 +4,6 @@
#include "shell/browser/api/electron_api_browser_view.h"
#include <vector>
#include "content/browser/renderer_host/render_widget_host_view_base.h" // nogncheck
#include "content/public/browser/render_widget_host_view.h"
#include "shell/browser/api/electron_api_base_window.h"

View file

@ -7,7 +7,6 @@
#include <memory>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "content/public/browser/web_contents_observer.h"

View file

@ -6,7 +6,6 @@
#define ELECTRON_SHELL_BROWSER_API_ELECTRON_API_BROWSER_WINDOW_H_
#include <string>
#include <vector>
#include "base/cancelable_callback.h"
#include "shell/browser/api/electron_api_base_window.h"

View file

@ -4,7 +4,6 @@
#include "shell/browser/api/electron_api_debugger.h"
#include <memory>
#include <string>
#include <utility>

View file

@ -4,8 +4,6 @@
#include "shell/browser/api/electron_api_push_notifications.h"
#include <string>
#include "shell/common/gin_converters/value_converter.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/node_includes.h"

View file

@ -5,7 +5,6 @@
#include "shell/browser/api/electron_api_safe_storage.h"
#include <string>
#include <vector>
#include "components/os_crypt/sync/os_crypt.h"
#include "shell/browser/browser.h"

View file

@ -4,7 +4,6 @@
#include "shell/browser/api/electron_api_service_worker_context.h"
#include <string>
#include <utility>
#include "chrome/browser/browser_process.h"

View file

@ -5,7 +5,6 @@
#include "shell/browser/api/electron_api_system_preferences.h"
#include <map>
#include <memory>
#include <string>
#include <utility>

View file

@ -8,7 +8,6 @@
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "base/containers/id_map.h"
#include "base/environment.h"

View file

@ -8,7 +8,6 @@
#include <memory>
#include <set>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>

View file

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