tor-browser

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

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

Bug 1999737 - Remove unused STL header inclusions in extensions/spellcheck/** r=emilio

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

Diffstat:
Mextensions/spellcheck/hunspell/glue/mozHunspellRLBoxHost.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/extensions/spellcheck/hunspell/glue/mozHunspellRLBoxHost.h b/extensions/spellcheck/hunspell/glue/mozHunspellRLBoxHost.h @@ -12,7 +12,6 @@ #include <mutex> #include <set> #include <stdint.h> -#include <string> #include "RLBoxHunspell.h" #include "mozilla/Result.h"