tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d52a89975a4581d562577c5ed83539bc078a6c6c
parent a2874eeae70f87e08a9fcc56a51d90c1aa42e742
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Wed, 12 Nov 2025 19:03:07 +0000

Bug 1999734 - Remove unused STL header inclusions in chrome/** r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D272297

Diffstat:
Mchrome/nsChromeRegistryChrome.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/chrome/nsChromeRegistryChrome.h b/chrome/nsChromeRegistryChrome.h @@ -6,8 +6,6 @@ #ifndef nsChromeRegistryChrome_h #define nsChromeRegistryChrome_h -#include <utility> - #include "nsCOMArray.h" #include "nsChromeRegistry.h" #include "nsClassHashtable.h"