mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: trim unused STL includes (#29414)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user