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

@ -13,9 +13,7 @@
#include "shell/browser/notifications/win/win32_desktop_notifications/desktop_notification_controller.h"
#include <windowsx.h>
#include <algorithm>
#include <utility>
#include <vector>
#include "base/check.h"
#include "shell/browser/notifications/win/win32_desktop_notifications/common.h"

View file

@ -9,9 +9,7 @@
#include "shell/browser/notifications/win/win32_notification.h"
#include <windows.h>
#include <string>
#include <utility>
#include <vector>
#include "base/strings/utf_string_conversions.h"
#include "third_party/skia/include/core/SkBitmap.h"

View file

@ -10,7 +10,6 @@
#include <shlobj.h>
#include <wrl\wrappers\corewrappers.h>
#include <vector>
#include "base/environment.h"
#include "base/strings/utf_string_conversions.h"