tor-browser

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

commit cfb86cd6237bc08bacaa2bc671173833dba34456
parent ba9378d24791d6d54ebddf982f0b40b7f06fcaa0
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Thu, 13 Nov 2025 23:06:41 +0000

Bug 1999730 - Remove unused STL header inclusions in tools/** r=profiler-reviewers,canaltinova

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

Diffstat:
Mtools/performance/PerfStats.h | 2--
Mtools/profiler/core/ProfileBufferEntry.h | 1-
Mtools/profiler/core/VTuneProfiler.cpp | 1-
Mtools/profiler/core/platform-linux-android.cpp | 1-
Mtools/profiler/public/ETWTools.h | 1-
5 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/tools/performance/PerfStats.h b/tools/performance/PerfStats.h @@ -12,8 +12,6 @@ #include "mozilla/StaticMutex.h" #include "mozilla/StaticPtr.h" #include "mozilla/MozPromise.h" -#include <memory> -#include <string> #include <limits> // PerfStats diff --git a/tools/profiler/core/ProfileBufferEntry.h b/tools/profiler/core/ProfileBufferEntry.h @@ -10,7 +10,6 @@ #include <cstdint> #include <cstdlib> #include <functional> -#include <utility> #include <type_traits> #include "gtest/MozGtestFriend.h" #include "js/ProfilingCategory.h" diff --git a/tools/profiler/core/VTuneProfiler.cpp b/tools/profiler/core/VTuneProfiler.cpp @@ -11,7 +11,6 @@ #include "VTuneProfiler.h" #include "mozilla/Bootstrap.h" -#include <memory> VTuneProfiler* VTuneProfiler::mInstance = nullptr; diff --git a/tools/profiler/core/platform-linux-android.cpp b/tools/profiler/core/platform-linux-android.cpp @@ -69,7 +69,6 @@ #endif #include <string.h> -#include <list> using namespace mozilla; diff --git a/tools/profiler/public/ETWTools.h b/tools/profiler/public/ETWTools.h @@ -43,7 +43,6 @@ struct MarkerHasTranslator< # include <windows.h> # include <TraceLoggingProvider.h> -# include <vector> namespace ETW {