commit d052064f2fe15459758677ebe6b07f633e98a876 parent 938c1c5864cccbcdeaeb358ae88c6ebf9d82c0f1 Author: serge-sans-paille <sguelton@mozilla.com> Date: Mon, 27 Oct 2025 11:39:40 +0000 Bug 1996523 - Remove unused mfbt inclusion in editor/** r=emilio Differential Revision: https://phabricator.services.mozilla.com/D270122 Diffstat:
8 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/editor/libeditor/DeleteRangeTransaction.cpp b/editor/libeditor/DeleteRangeTransaction.cpp @@ -20,7 +20,6 @@ #include "mozilla/mozalloc.h" #include "mozilla/RangeBoundary.h" #include "mozilla/StaticPrefs_editor.h" -#include "mozilla/ToString.h" #include "mozilla/dom/Selection.h" #include "nsAtom.h" diff --git a/editor/libeditor/EditorDOMPoint.h b/editor/libeditor/EditorDOMPoint.h @@ -11,7 +11,6 @@ #include "mozilla/EditorForwards.h" #include "mozilla/Maybe.h" #include "mozilla/RangeBoundary.h" -#include "mozilla/ToString.h" #include "mozilla/dom/AbstractRange.h" #include "mozilla/dom/Element.h" #include "mozilla/dom/Selection.h" // for Selection::InterlinePosition diff --git a/editor/libeditor/HTMLEditHelpers.h b/editor/libeditor/HTMLEditHelpers.h @@ -18,7 +18,6 @@ #include "mozilla/Attributes.h" #include "mozilla/ContentIterator.h" -#include "mozilla/IntegerRange.h" #include "mozilla/Maybe.h" #include "mozilla/RangeBoundary.h" #include "mozilla/Result.h" diff --git a/editor/libeditor/HTMLEditorInlines.h b/editor/libeditor/HTMLEditorInlines.h @@ -16,7 +16,6 @@ #include "mozilla/AlreadyAddRefed.h" #include "mozilla/Debug.h" -#include "mozilla/Likely.h" #include "mozilla/RefPtr.h" #include "mozilla/dom/Element.h" diff --git a/editor/libeditor/PlaceholderTransaction.cpp b/editor/libeditor/PlaceholderTransaction.cpp @@ -10,7 +10,6 @@ #include "CompositionTransaction.h" #include "mozilla/EditorBase.h" #include "mozilla/Logging.h" -#include "mozilla/ToString.h" #include "mozilla/dom/Selection.h" #include "nsGkAtoms.h" #include "nsQueryObject.h" diff --git a/editor/libeditor/ReplaceTextTransaction.h b/editor/libeditor/ReplaceTextTransaction.h @@ -12,7 +12,6 @@ #include "EditTransactionBase.h" #include "mozilla/Attributes.h" -#include "mozilla/Maybe.h" #include "mozilla/RefPtr.h" #include "mozilla/dom/Text.h" #include "nsDebug.h" diff --git a/editor/libeditor/SplitNodeTransaction.cpp b/editor/libeditor/SplitNodeTransaction.cpp @@ -13,7 +13,6 @@ #include "SelectionState.h" // for AutoTrackDOMPoint and RangeUpdater #include "mozilla/Logging.h" -#include "mozilla/Maybe.h" #include "mozilla/ToString.h" #include "nsAString.h" #include "nsDebug.h" // for NS_ASSERTION, etc. diff --git a/editor/txmgr/tests/TestTXMgr.cpp b/editor/txmgr/tests/TestTXMgr.cpp @@ -8,7 +8,6 @@ #include "nsITransactionManager.h" #include "nsComponentManagerUtils.h" #include "mozilla/gtest/MozAssertions.h" -#include "mozilla/Likely.h" #include "mozilla/EditTransactionBase.h" #include "mozilla/TransactionManager.h"