tor-browser

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

commit b13071d0706a2e1bb3dbc4c221d5c38a791e7845
parent 25bc1e1d9b62a1eba586205b2e75a06edccabf1b
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Fri, 14 Nov 2025 18:15:37 +0000

Bug 1999739 - Remove unused STL header inclusions in testing/mochitest/** r=gstoll

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

Diffstat:
Mtesting/mochitest/ssltunnel/ssltunnel.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/testing/mochitest/ssltunnel/ssltunnel.cpp b/testing/mochitest/ssltunnel/ssltunnel.cpp @@ -17,7 +17,6 @@ #include <stdio.h> #include <string> #include <vector> -#include <algorithm> #include <stdarg.h> #include "prinit.h" #include "prerror.h"