commit 0be364d59d63980db44f09c4ef33e8497bade8da parent f87a76200ac1788b26a4ee2284155aa91343d935 Author: serge-sans-paille <sguelton@mozilla.com> Date: Fri, 17 Oct 2025 07:42:40 +0000 Bug 1993886 - Cleanup includes of mfbt/RefPtr.h r=emilio,win-reviewers,dom-worker-reviewers,gstoll Differential Revision: https://phabricator.services.mozilla.com/D268343 Diffstat:
15 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/accessible/base/EventTree.h b/accessible/base/EventTree.h @@ -10,7 +10,6 @@ #include "LocalAccessible.h" #include "mozilla/a11y/DocAccessible.h" -#include "mozilla/RefPtr.h" namespace mozilla { namespace a11y { diff --git a/browser/app/winlauncher/LaunchUnelevated.cpp b/browser/app/winlauncher/LaunchUnelevated.cpp @@ -9,7 +9,6 @@ #include "mozilla/Assertions.h" #include "mozilla/CmdLineAndEnvUtils.h" #include "mozilla/mscom/ProcessRuntime.h" -#include "mozilla/RefPtr.h" #include "mozilla/ShellHeaderOnlyUtils.h" #include "mozilla/WinHeaderOnlyUtils.h" #include "../BrowserDefines.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/RefPtr.h" #include "mozilla/TimeStamp.h" #include "mozilla/UniquePtrExtensions.h" diff --git a/dom/base/nsIScriptContext.h b/dom/base/nsIScriptContext.h @@ -9,7 +9,6 @@ #include "js/experimental/JSStencil.h" #include "jspubtd.h" -#include "mozilla/RefPtr.h" #include "nsCOMPtr.h" #include "nsISupports.h" #include "nsString.h" diff --git a/dom/cache/DBAction.h b/dom/cache/DBAction.h @@ -8,7 +8,6 @@ #define mozilla_dom_cache_DBAction_h #include "CacheCipherKeyManager.h" -#include "mozilla/RefPtr.h" #include "mozilla/dom/cache/Action.h" #include "nsString.h" diff --git a/dom/cache/Manager.h b/dom/cache/Manager.h @@ -8,7 +8,6 @@ #define mozilla_dom_cache_Manager_h #include "CacheCommon.h" -#include "mozilla/RefPtr.h" #include "mozilla/dom/SafeRefPtr.h" #include "mozilla/dom/cache/Types.h" #include "mozilla/dom/quota/Client.h" diff --git a/dom/cache/ManagerId.cpp b/dom/cache/ManagerId.cpp @@ -7,7 +7,6 @@ #include "mozilla/dom/cache/ManagerId.h" #include "CacheCommon.h" -#include "mozilla/RefPtr.h" #include "mozilla/dom/quota/PrincipalUtils.h" #include "nsIPrincipal.h" #include "nsProxyRelease.h" diff --git a/dom/cache/ReadStream.h b/dom/cache/ReadStream.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_cache_ReadStream_h #define mozilla_dom_cache_ReadStream_h -#include "mozilla/RefPtr.h" #include "mozilla/dom/SafeRefPtr.h" #include "mozilla/ipc/FileDescriptor.h" #include "nsCOMPtr.h" diff --git a/dom/cache/StreamControl.h b/dom/cache/StreamControl.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_cache_StreamControl_h #define mozilla_dom_cache_StreamControl_h -#include "mozilla/RefPtr.h" #include "mozilla/dom/cache/ReadStream.h" #include "mozilla/dom/cache/Types.h" #include "nsTObserverArray.h" diff --git a/dom/canvas/CanvasImageCache.h b/dom/canvas/CanvasImageCache.h @@ -7,7 +7,6 @@ #define CANVASIMAGECACHE_H_ #include "mozilla/Maybe.h" -#include "mozilla/RefPtr.h" #include "mozilla/gfx/Rect.h" #include "nsSize.h" diff --git a/dom/canvas/OffscreenCanvasRenderingContext2D.h b/dom/canvas/OffscreenCanvasRenderingContext2D.h @@ -7,7 +7,6 @@ #ifndef MOZILLA_DOM_OFFSCREENCANVASRENDERINGCONTEXT2D_H_ #define MOZILLA_DOM_OFFSCREENCANVASRENDERINGCONTEXT2D_H_ -#include "mozilla/RefPtr.h" #include "mozilla/dom/CanvasRenderingContext2D.h" struct JSContext; diff --git a/dom/canvas/TexUnpackBlob.h b/dom/canvas/TexUnpackBlob.h @@ -11,7 +11,6 @@ #include "GLContextTypes.h" #include "WebGLStrongTypes.h" #include "WebGLTypes.h" -#include "mozilla/RefPtr.h" namespace mozilla { diff --git a/dom/canvas/WebGL2ContextUniforms.cpp b/dom/canvas/WebGL2ContextUniforms.cpp @@ -11,7 +11,6 @@ #include "WebGLTransformFeedback.h" #include "WebGLVertexArray.h" #include "js/Array.h" // JS::NewArrayObject -#include "mozilla/RefPtr.h" #include "mozilla/dom/WebGL2RenderingContextBinding.h" namespace mozilla { diff --git a/dom/events/Clipboard.h b/dom/events/Clipboard.h @@ -9,7 +9,6 @@ #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/Logging.h" -#include "mozilla/RefPtr.h" #include "nsString.h" #include "nsStringFwd.h" diff --git a/dom/events/InputEventOptions.h b/dom/events/InputEventOptions.h @@ -8,7 +8,6 @@ #define mozilla_InputEventOptions_h #include "mozilla/Attributes.h" -#include "mozilla/RefPtr.h" #include "mozilla/TextEvents.h" #include "mozilla/dom/DataTransfer.h" #include "mozilla/dom/StaticRange.h"