chore: remove unused node #includes

This commit is contained in:
Charles Kerr 2024-09-15 14:37:36 -05:00
Родитель 19200105dd
Коммит 48be85320f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 86CE40F971A50453
8 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -18,7 +18,6 @@
#include "shell/browser/javascript_environment.h"
#include "shell/common/gin_converters/value_converter.h"
#include "shell/common/gin_helper/promise.h"
#include "shell/common/node_includes.h"
using content::DevToolsAgentHost;

Просмотреть файл

@ -15,7 +15,6 @@
#include "shell/common/gin_converters/gurl_converter.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/gin_helper/object_template_builder.h"
#include "shell/common/node_includes.h"
#include "url/gurl.h"
namespace gin {

Просмотреть файл

@ -22,7 +22,6 @@
#include "shell/browser/net/system_network_context_manager.h"
#include "shell/common/gin_converters/file_path_converter.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/node_includes.h"
namespace gin {

Просмотреть файл

@ -18,7 +18,6 @@
#include "shell/common/gin_converters/gurl_converter.h"
#include "shell/common/gin_converters/value_converter.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/node_includes.h"
namespace electron::api {

Просмотреть файл

@ -23,7 +23,6 @@
#include "shell/common/electron_constants.h"
#include "shell/common/gin_converters/usb_device_info_converter.h"
#include "shell/common/gin_helper/dictionary.h"
#include "shell/common/node_includes.h"
#include "ui/base/l10n/l10n_util.h"
namespace {

Просмотреть файл

@ -19,7 +19,6 @@
#include "electron/buildflags/buildflags.h"
#include "electron/fuses.h"
#include "shell/common/electron_constants.h"
#include "shell/common/node_includes.h"
#include "shell/common/node_util.h"
#include "shell/common/options_switches.h"
#include "shell/common/process_util.h"

Просмотреть файл

@ -10,8 +10,6 @@
#include <sys/time.h>
#include <sys/types.h>
#include "shell/common/node_includes.h"
namespace electron {
NodeBindingsMac::NodeBindingsMac(BrowserEnvironment browser_env)

Просмотреть файл

@ -10,7 +10,6 @@
#include "base/strings/string_util.h"
#include "net/base/data_url.h"
#include "shell/common/asar/asar_util.h"
#include "shell/common/node_includes.h"
#include "shell/common/skia_util.h"
#include "shell/common/thread_restrictions.h"
#include "third_party/skia/include/core/SkBitmap.h"