tor-browser

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

commit 9f7d3ce21d443f2d650306197092141b43fac53e
parent a920527e4154b30ec88377243c0b2b94596a32b4
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Fri,  3 Oct 2025 06:06:35 +0000

Bug 1991859 - Cleanup mfbt/DoublyLinkedList.h included headers r=emilio

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

Diffstat:
Mjs/src/gc/GCRuntime.h | 1-
Mjs/src/gc/ParallelMarking.h | 1-
Mmfbt/DoublyLinkedList.h | 1-
3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/js/src/gc/GCRuntime.h b/js/src/gc/GCRuntime.h @@ -8,7 +8,6 @@ #define gc_GCRuntime_h #include "mozilla/Atomics.h" -#include "mozilla/DoublyLinkedList.h" #include "mozilla/EnumSet.h" #include "mozilla/Maybe.h" #include "mozilla/TimeStamp.h" diff --git a/js/src/gc/ParallelMarking.h b/js/src/gc/ParallelMarking.h @@ -9,7 +9,6 @@ #include "mozilla/Atomics.h" #include "mozilla/BitSet.h" -#include "mozilla/DoublyLinkedList.h" #include "mozilla/Maybe.h" #include "mozilla/TimeStamp.h" diff --git a/mfbt/DoublyLinkedList.h b/mfbt/DoublyLinkedList.h @@ -10,7 +10,6 @@ #define mozilla_DoublyLinkedList_h #include <algorithm> -#include <iosfwd> #include <iterator> #include <type_traits>