commit b9cd82daa6cc25ab811a4b5569e6d9f58ec4130f
parent c0501d1cf0bc765ed4e30a21185d79ddcf24810b
Author: serge-sans-paille <sguelton@mozilla.com>
Date: Tue, 14 Oct 2025 14:12:09 +0000
Bug 1993882 - Cleanup mfbt/RefCounted.h includes r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D268346
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/devtools/shared/heapsnapshot/DominatorTree.h b/devtools/shared/heapsnapshot/DominatorTree.h
@@ -8,7 +8,6 @@
#include "mozilla/devtools/HeapSnapshot.h"
#include "mozilla/dom/BindingDeclarations.h"
-#include "mozilla/RefCounted.h"
#include "js/UbiNodeDominatorTree.h"
#include "nsWrapperCache.h"
diff --git a/devtools/shared/heapsnapshot/HeapSnapshot.h b/devtools/shared/heapsnapshot/HeapSnapshot.h
@@ -12,7 +12,6 @@
#include "mozilla/dom/Nullable.h"
#include "mozilla/HashFunctions.h"
#include "mozilla/Maybe.h"
-#include "mozilla/RefCounted.h"
#include "mozilla/RefPtr.h"
#include "mozilla/TimeStamp.h"
#include "mozilla/UniquePtrExtensions.h"
diff --git a/dom/canvas/WebGLObjectModel.h b/dom/canvas/WebGLObjectModel.h
@@ -7,7 +7,6 @@
#define WEBGLOBJECTMODEL_H_
#include "WebGLTypes.h"
-#include "mozilla/RefCounted.h"
#include "mozilla/WeakPtr.h"
namespace mozilla {