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

@ -6,7 +6,6 @@
#include <algorithm>
#include <string>
#include <utility>
#include <vector>
#include "base/strings/string_util.h"

View file

@ -5,7 +5,6 @@
#include "shell/common/gin_converters/content_converter.h"
#include <string>
#include <vector>
#include "content/public/browser/context_menu_params.h"
#include "content/public/browser/native_web_keyboard_event.h"

View file

@ -5,8 +5,6 @@
#ifndef SHELL_COMMON_GIN_CONVERTERS_TIME_CONVERTER_H_
#define SHELL_COMMON_GIN_CONVERTERS_TIME_CONVERTER_H_
#include <utility>
#include "gin/converter.h"
namespace base {