commit 28adb989c3308084d4e97432d3f999537520b8ca parent 6a2fbb9803ba82a9bcb1dcb64e96556b9e55fae7 Author: serge-sans-paille <sguelton@mozilla.com> Date: Mon, 27 Oct 2025 15:27:32 +0000 Bug 1996596 - Remove unused mfbt inclusion in tools/** r=emilio,profiler-reviewers,mstange Differential Revision: https://phabricator.services.mozilla.com/D270197 Diffstat:
11 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/tools/fuzzing/interface/FuzzingInterface.h b/tools/fuzzing/interface/FuzzingInterface.h @@ -17,7 +17,6 @@ #endif #include "FuzzerRegistry.h" -#include "mozilla/Assertions.h" #ifndef JS_STANDALONE # include "mozilla/Logging.h" diff --git a/tools/fuzzing/ipc/IPCFuzzController.h b/tools/fuzzing/ipc/IPCFuzzController.h @@ -9,7 +9,6 @@ #include "mozilla/Atomics.h" #include "mozilla/Attributes.h" -#include "mozilla/HashTable.h" #include "mozilla/Mutex.h" #include "mozilla/fuzzing/Nyx.h" #include "mozilla/ipc/MessageLink.h" diff --git a/tools/performance/Perfetto.h b/tools/performance/Perfetto.h @@ -10,7 +10,6 @@ #ifdef MOZ_PERFETTO # include "mozilla/BaseProfilerMarkers.h" # include "mozilla/Flow.h" -# include "mozilla/Span.h" # include "mozilla/TimeStamp.h" # include "nsString.h" # include "nsPrintfCString.h" diff --git a/tools/profiler/core/ProfileBuffer.cpp b/tools/profiler/core/ProfileBuffer.cpp @@ -10,7 +10,6 @@ #include "js/ColumnNumber.h" // JS::LimitedColumnNumberOneOrigin #include "js/GCAPI.h" #include "jsfriendapi.h" -#include "mozilla/MathAlgorithms.h" #include "nsJSPrincipals.h" #include "nsScriptSecurityManager.h" diff --git a/tools/profiler/core/ProfiledThreadData.h b/tools/profiler/core/ProfiledThreadData.h @@ -16,7 +16,6 @@ #include "mozilla/NotNull.h" #include "mozilla/ProfileJSONWriter.h" #include "mozilla/ProfilerThreadRegistrationInfo.h" -#include "mozilla/RefPtr.h" #include "mozilla/TimeStamp.h" #include "mozilla/UniquePtr.h" #include "mozilla/Vector.h" diff --git a/tools/profiler/core/memory_hooks.cpp b/tools/profiler/core/memory_hooks.cpp @@ -13,7 +13,6 @@ #include "mozilla/CheckedArithmetic.h" #include "mozilla/FastBernoulliTrial.h" #include "mozilla/IntegerPrintfMacros.h" -#include "mozilla/JSONWriter.h" #include "mozilla/MemoryReporting.h" #include "mozilla/PlatformMutex.h" #include "mozilla/ProfilerCounts.h" diff --git a/tools/profiler/core/platform-win32.cpp b/tools/profiler/core/platform-win32.cpp @@ -32,8 +32,6 @@ #include <mmsystem.h> #include <process.h> -#include "mozilla/WindowsVersion.h" - #include <type_traits> static void PopulateRegsFromContext(Registers& aRegs, CONTEXT* aContext) { diff --git a/tools/profiler/core/platform.cpp b/tools/profiler/core/platform.cpp @@ -91,7 +91,6 @@ # include "mozilla/WindowsStackWalkInitialization.h" #endif #include "mozilla/StaticPtr.h" -#include "mozilla/ThreadLocal.h" #include "mozilla/TimeStamp.h" #include "mozilla/UniquePtr.h" #include "mozilla/Vector.h" diff --git a/tools/profiler/core/platform.h b/tools/profiler/core/platform.h @@ -35,7 +35,6 @@ #include "mozilla/Atomics.h" #include "mozilla/BaseProfilerDetail.h" #include "mozilla/Logging.h" -#include "mozilla/MathAlgorithms.h" #include "mozilla/ProfileBufferEntrySerialization.h" #include "mozilla/ProfileJSONWriter.h" #include "mozilla/ProfilerUtils.h" diff --git a/tools/profiler/public/GeckoProfiler.h b/tools/profiler/public/GeckoProfiler.h @@ -110,7 +110,6 @@ static inline void profiler_record_wakeup_count( # include "mozilla/BaseProfilerRAIIMacro.h" # include "mozilla/Maybe.h" # include "mozilla/PowerOfTwo.h" -# include "mozilla/ThreadLocal.h" # include "mozilla/TimeStamp.h" # include "mozilla/UniquePtr.h" # include "nscore.h" diff --git a/tools/profiler/public/ProfilerLabels.h b/tools/profiler/public/ProfilerLabels.h @@ -23,7 +23,6 @@ #include "mozilla/BaseProfilerRAIIMacro.h" #include "mozilla/Maybe.h" #include "mozilla/ProfilerThreadRegistration.h" -#include "mozilla/ThreadLocal.h" #include "nsString.h" #include <stdint.h>