commit 5d29082a538f7f270cd4f01b477008b4fda35bd7
parent ca58979a61e9583561c76dcc3119545079c944b5
Author: serge-sans-paille <sguelton@mozilla.com>
Date: Wed, 29 Oct 2025 19:06:28 +0000
Bug 1997162 - Remove unused mfbt inclusion in memory/** r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D270573
Diffstat:
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/memory/build/Globals.h b/memory/build/Globals.h
@@ -12,7 +12,6 @@
// values defined here may be determined at runtime.
#include "mozilla/Assertions.h"
-#include "mozilla/HelperMacros.h"
#include "mozilla/Literals.h"
#include "mozilla/MathAlgorithms.h"
diff --git a/memory/build/PHC.h b/memory/build/PHC.h
@@ -7,7 +7,6 @@
#ifndef PHC_h
#define PHC_h
-#include "mozilla/Assertions.h"
#include "mozilla/Maybe.h"
#include <stdint.h>
#include <stdlib.h>
diff --git a/memory/mozalloc/mozalloc.cpp b/memory/mozalloc/mozalloc.cpp
@@ -37,7 +37,6 @@
#include <sys/types.h>
-#include "mozilla/Assertions.h"
#include "mozilla/CheckedInt.h"
#include "mozilla/Likely.h"
#include "mozilla/mozalloc.h"
diff --git a/memory/mozalloc/mozalloc_oom.cpp b/memory/mozalloc/mozalloc_oom.cpp
@@ -7,7 +7,6 @@
#include "mozilla/mozalloc_abort.h"
#include "mozilla/mozalloc_oom.h"
-#include "mozilla/Assertions.h"
#define OOM_MSG_LEADER "out of memory: 0x"
#define OOM_MSG_DIGITS "0000000000000000" // large enough for 2^64