tor-browser

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

commit c17b14ec9d443d7ed5c6fd9610d6e5575465c40f
parent e7e6432de6837c3b93d983cb06834aac860c8af0
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Wed,  1 Oct 2025 08:32:28 +0000

Bug 1991395 - Cleanup chaos mode header r=necko-reviewers,kershaw

Also remove an unused inclusion while we're at it.

chaos

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

Diffstat:
Mmfbt/ChaosMode.h | 4+---
Mnetwerk/protocol/http/ConnectionEntry.cpp | 1-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/mfbt/ChaosMode.h b/mfbt/ChaosMode.h @@ -8,10 +8,8 @@ #define mozilla_ChaosMode_h #include "mozilla/Atomics.h" -#include "mozilla/EnumSet.h" -#include <stdint.h> -#include <stdlib.h> +#include <cstdint> namespace mozilla { diff --git a/netwerk/protocol/http/ConnectionEntry.cpp b/netwerk/protocol/http/ConnectionEntry.cpp @@ -15,7 +15,6 @@ #include "ConnectionEntry.h" #include "HttpConnectionUDP.h" #include "nsQueryObject.h" -#include "mozilla/ChaosMode.h" #include "mozilla/StaticPrefs_network.h" #include "nsHttpHandler.h" #include "mozilla/net/neqo_glue_ffi_generated.h"