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

@ -5,8 +5,8 @@
#include "shell/common/asar/asar_util.h"
#include <map>
#include <memory>
#include <string>
#include <utility>
#include "base/files/file_path.h"
#include "base/files/file_util.h"

View file

@ -4,8 +4,8 @@
#include "shell/common/color_util.h"
#include <algorithm>
#include <cmath>
#include <utility>
#include <vector>
#include "base/strings/string_util.h"

View file

@ -5,8 +5,8 @@
#include "shell/common/crash_keys.h"
#include <deque>
#include <utility>
#include <vector>
#include <map>
#include <string>
#include "base/command_line.h"
#include "base/environment.h"

View file

@ -5,8 +5,6 @@
#ifndef ELECTRON_SHELL_COMMON_GIN_CONVERTERS_EXTENSION_CONVERTER_H_
#define ELECTRON_SHELL_COMMON_GIN_CONVERTERS_EXTENSION_CONVERTER_H_
#include <string>
#include "gin/converter.h"
namespace extensions {

View file

@ -4,9 +4,6 @@
#include "shell/common/gin_converters/media_converter.h"
#include <string>
#include <utility>
#include "content/public/browser/media_stream_request.h"
#include "content/public/browser/render_frame_host.h"
#include "gin/data_object_builder.h"

View file

@ -4,7 +4,6 @@
#include "shell/common/gin_converters/net_converter.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>

View file

@ -5,7 +5,6 @@
#ifndef ELECTRON_SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_H_
#define ELECTRON_SHELL_COMMON_GIN_CONVERTERS_NET_CONVERTER_H_
#include <string>
#include <utility>
#include <vector>

View file

@ -5,7 +5,6 @@
#include "shell/common/node_bindings.h"
#include <algorithm>
#include <memory>
#include <string>
#include <utility>
#include <vector>