tor-browser

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

commit 8b7e3c3a814c2bed26f5e21ac2d53adce002e8d4
parent e89c4c69b1038bb1e357f54d0d2ed66d3258e5a5
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu, 13 Nov 2025 10:10:42 +0000

Bug 1999733 - Remove unused STL header inclusions in editor/** r=masayuki

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

Diffstat:
Meditor/libeditor/HTMLEditorState.cpp | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/editor/libeditor/HTMLEditorState.cpp b/editor/libeditor/HTMLEditorState.cpp @@ -6,9 +6,6 @@ #include "HTMLEditor.h" -#include <algorithm> -#include <utility> - #include "AutoClonedRangeArray.h" #include "CSSEditUtils.h" #include "EditAction.h"