chore: remove unused base/ includes (#43688)

This commit is contained in:
Charles Kerr 2024-09-12 09:05:37 -05:00 committed by GitHub
parent 3c8321a987
commit 45bae950d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 1 additions and 49 deletions

View file

@ -4,7 +4,6 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/strings/string_util.h"
#include "services/network/public/cpp/network_switches.h"
#include "shell/common/gin_converters/base_converter.h"
#include "shell/common/gin_converters/file_path_converter.h"

View file

@ -14,10 +14,8 @@
#include "base/check_op.h"
#include "base/containers/fixed_flat_map.h"
#include "base/memory/raw_ptr.h"
#include "base/no_destructor.h"
#include "base/notreached.h"
#include "base/sequence_checker.h"
#include "base/strings/string_number_conversions.h"
#include "gin/handle.h"
#include "gin/object_template_builder.h"
#include "gin/wrappable.h"

View file

@ -13,7 +13,6 @@
#include <memory>
#include "base/file_version_info.h"
#include "base/notreached.h"
#include "base/strings/string_util.h"
#include "base/strings/string_util_win.h"
#include "base/strings/utf_string_conversions.h"

View file

@ -7,7 +7,6 @@
#include <algorithm>
#include <cmath>
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "content/public/common/color_parser.h"

View file

@ -7,7 +7,6 @@
#include <memory>
#include <string>
#include "base/logging.h"
#include "base/no_destructor.h"
#include "components/version_info/version_info.h"
#include "content/public/common/user_agent.h"

View file

@ -11,7 +11,6 @@
#include "base/containers/span.h"
#include "base/memory/raw_ptr.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
#include "base/values.h"
#include "gin/converter.h"

View file

@ -7,7 +7,6 @@
#include <vector>
#include "base/functional/bind.h"
#include "base/memory/weak_ptr.h"
#include "shell/common/gin_helper/cleaned_up_at_exit.h"
#include "shell/common/gin_helper/event_emitter.h"

View file

@ -4,7 +4,6 @@
#include "shell/common/gin_helper/wrappable.h"
#include "base/logging.h"
#include "shell/common/gin_helper/dictionary.h"
#include "v8/include/v8-function.h"

View file

@ -6,7 +6,6 @@
#include <windows.h>
#include "base/logging.h"
#include "base/system/sys_info.h"
namespace electron {