chore: trim unused STL includes (#29414)
This commit is contained in:
parent
71fff6ea0e
commit
93c9374e95
106 changed files with 14 additions and 152 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "shell/browser/badging/badge_manager.h"
|
||||
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
|
||||
#include "base/i18n/number_formatting.h"
|
||||
|
|
|
@ -5,10 +5,8 @@
|
|||
#ifndef SHELL_BROWSER_BADGING_BADGE_MANAGER_H_
|
||||
#define SHELL_BROWSER_BADGING_BADGE_MANAGER_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "base/optional.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue