commit 1f953987a547541e2ea17584485c5af3acba27b8 parent d1e6d775d479a4e6956b4c980d4fd62288559d26 Author: serge-sans-paille <sguelton@mozilla.com> Date: Fri, 24 Oct 2025 08:52:15 +0000 Bug 1993127 - Remove unused inclusion of Attributes.h from dom/* r=emilio,media-playback-reviewers,webrtc-reviewers,firefox-svg-reviewers,mjf,chunmin Differential Revision: https://phabricator.services.mozilla.com/D269713 Diffstat:
257 files changed, 0 insertions(+), 258 deletions(-)
diff --git a/dom/events/Touch.h b/dom/events/Touch.h @@ -8,7 +8,6 @@ #define mozilla_dom_Touch_h_ #include "Units.h" -#include "mozilla/Attributes.h" #include "mozilla/EventForwards.h" #include "mozilla/MouseEvents.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/events/TouchEvent.h b/dom/events/TouchEvent.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_TouchEvent_h_ #define mozilla_dom_TouchEvent_h_ -#include "mozilla/Attributes.h" #include "mozilla/EventForwards.h" #include "mozilla/TouchEvents.h" #include "mozilla/dom/Touch.h" diff --git a/dom/file/FileCreatorHelper.h b/dom/file/FileCreatorHelper.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_FileCreatorHelper_h #define mozilla_dom_FileCreatorHelper_h -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsISupportsImpl.h" diff --git a/dom/file/FileReader.h b/dom/file/FileReader.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_FileReader_h #define mozilla_dom_FileReader_h -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "nsCOMPtr.h" #include "nsIAsyncInputStream.h" diff --git a/dom/file/MultipartBlobImpl.h b/dom/file/MultipartBlobImpl.h @@ -10,7 +10,6 @@ #include <utility> #include "Blob.h" -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/dom/BaseBlobImpl.h" #include "nsContentUtils.h" diff --git a/dom/file/uri/BlobURLProtocolHandler.h b/dom/file/uri/BlobURLProtocolHandler.h @@ -9,7 +9,6 @@ #include <functional> -#include "mozilla/Attributes.h" #include "mozilla/dom/ipc/IdType.h" #include "nsCOMPtr.h" #include "nsIProtocolHandler.h" diff --git a/dom/filesystem/Directory.h b/dom/filesystem/Directory.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_Directory_h #define mozilla_dom_Directory_h -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/File.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/filesystem/compat/FileSystem.h b/dom/filesystem/compat/FileSystem.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_FileSystem_h #define mozilla_dom_FileSystem_h -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/filesystem/compat/FileSystemDirectoryReader.h b/dom/filesystem/compat/FileSystemDirectoryReader.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_FileSystemDirectoryReader_h #define mozilla_dom_FileSystemDirectoryReader_h -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/FileSystemDirectoryEntry.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/filesystem/compat/FileSystemEntry.h b/dom/filesystem/compat/FileSystemEntry.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_FileSystemEntry_h #define mozilla_dom_FileSystemEntry_h -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/FileSystemBinding.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/html/HTMLAreaElement.cpp b/dom/html/HTMLAreaElement.cpp @@ -6,7 +6,6 @@ #include "mozilla/dom/HTMLAreaElement.h" -#include "mozilla/Attributes.h" #include "mozilla/EventDispatcher.h" #include "mozilla/MemoryReporting.h" #include "mozilla/dom/BindContext.h" diff --git a/dom/html/HTMLBRElement.h b/dom/html/HTMLBRElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLBRElement_h #define mozilla_dom_HTMLBRElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLBodyElement.h b/dom/html/HTMLBodyElement.h @@ -6,7 +6,6 @@ #ifndef HTMLBodyElement_h___ #define HTMLBodyElement_h___ -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla { diff --git a/dom/html/HTMLDataElement.h b/dom/html/HTMLDataElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLDataElement_h #define mozilla_dom_HTMLDataElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLDataListElement.h b/dom/html/HTMLDataListElement.h @@ -6,7 +6,6 @@ #ifndef HTMLDataListElement_h___ #define HTMLDataListElement_h___ -#include "mozilla/Attributes.h" #include "nsContentList.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLDivElement.h b/dom/html/HTMLDivElement.h @@ -6,7 +6,6 @@ #ifndef HTMLDivElement_h___ #define HTMLDivElement_h___ -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLEmbedElement.h b/dom/html/HTMLEmbedElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLEmbedElement_h #define mozilla_dom_HTMLEmbedElement_h -#include "mozilla/Attributes.h" #include "nsError.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLFieldSetElement.h b/dom/html/HTMLFieldSetElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLFieldSetElement_h #define mozilla_dom_HTMLFieldSetElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/ConstraintValidation.h" #include "mozilla/dom/ValidityState.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLFontElement.h b/dom/html/HTMLFontElement.h @@ -6,7 +6,6 @@ #ifndef HTMLFontElement_h___ #define HTMLFontElement_h___ -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLFormSubmission.h b/dom/html/HTMLFormSubmission.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLFormSubmission_h #define mozilla_dom_HTMLFormSubmission_h -#include "mozilla/Attributes.h" #include "mozilla/Encoding.h" #include "mozilla/dom/HTMLDialogElement.h" #include "mozilla/dom/UserActivation.h" diff --git a/dom/html/HTMLFrameElement.h b/dom/html/HTMLFrameElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLFrameElement_h #define mozilla_dom_HTMLFrameElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLFrameElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLHeadingElement.h b/dom/html/HTMLHeadingElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLHeadingElement_h #define mozilla_dom_HTMLHeadingElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLLIElement.h b/dom/html/HTMLLIElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLLIElement_h #define mozilla_dom_HTMLLIElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLLegendElement.h b/dom/html/HTMLLegendElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLLegendElement_h #define mozilla_dom_HTMLLegendElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLFormElement.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLLinkElement.cpp b/dom/html/HTMLLinkElement.cpp @@ -12,7 +12,6 @@ #include "MediaList.h" #include "imgLoader.h" #include "mozilla/AsyncEventDispatcher.h" -#include "mozilla/Attributes.h" #include "mozilla/Components.h" #include "mozilla/EventDispatcher.h" #include "mozilla/MemoryReporting.h" diff --git a/dom/html/HTMLLinkElement.h b/dom/html/HTMLLinkElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLLinkElement_h #define mozilla_dom_HTMLLinkElement_h -#include "mozilla/Attributes.h" #include "mozilla/WeakPtr.h" #include "mozilla/dom/HTMLDNSPrefetch.h" #include "mozilla/dom/Link.h" diff --git a/dom/html/HTMLMapElement.h b/dom/html/HTMLMapElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLMapElement_h #define mozilla_dom_HTMLMapElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLMarqueeElement.h b/dom/html/HTMLMarqueeElement.h @@ -6,7 +6,6 @@ #ifndef HTMLMarqueeElement_h___ #define HTMLMarqueeElement_h___ -#include "mozilla/Attributes.h" #include "nsContentUtils.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLMenuElement.h b/dom/html/HTMLMenuElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLMenuElement_h #define mozilla_dom_HTMLMenuElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLMetaElement.h b/dom/html/HTMLMetaElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLMetaElement_h #define mozilla_dom_HTMLMetaElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLMeterElement.h b/dom/html/HTMLMeterElement.h @@ -9,7 +9,6 @@ #include <algorithm> -#include "mozilla/Attributes.h" #include "nsAttrValue.h" #include "nsAttrValueInlines.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLModElement.h b/dom/html/HTMLModElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLModElement_h #define mozilla_dom_HTMLModElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLObjectElement.h b/dom/html/HTMLObjectElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLObjectElement_h #define mozilla_dom_HTMLObjectElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/ConstraintValidation.h" #include "nsGenericHTMLElement.h" #include "nsObjectLoadingContent.h" diff --git a/dom/html/HTMLOptGroupElement.h b/dom/html/HTMLOptGroupElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLOptGroupElement_h #define mozilla_dom_HTMLOptGroupElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla { diff --git a/dom/html/HTMLOptionElement.h b/dom/html/HTMLOptionElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLOptionElement_h__ #define mozilla_dom_HTMLOptionElement_h__ -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLFormElement.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLOptionsCollection.h b/dom/html/HTMLOptionsCollection.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLOptionsCollection_h #define mozilla_dom_HTMLOptionsCollection_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLOptionElement.h" #include "nsCOMPtr.h" #include "nsError.h" diff --git a/dom/html/HTMLOutputElement.h b/dom/html/HTMLOutputElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLOutputElement_h #define mozilla_dom_HTMLOutputElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/ConstraintValidation.h" #include "nsGenericHTMLElement.h" #include "nsStubMutationObserver.h" diff --git a/dom/html/HTMLParagraphElement.h b/dom/html/HTMLParagraphElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLParagraphElement_h #define mozilla_dom_HTMLParagraphElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLPictureElement.h b/dom/html/HTMLPictureElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLPictureElement_h #define mozilla_dom_HTMLPictureElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla { diff --git a/dom/html/HTMLPreElement.h b/dom/html/HTMLPreElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLPreElement_h #define mozilla_dom_HTMLPreElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLProgressElement.h b/dom/html/HTMLProgressElement.h @@ -9,7 +9,6 @@ #include <algorithm> -#include "mozilla/Attributes.h" #include "nsAttrValue.h" #include "nsAttrValueInlines.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLSelectElement.cpp b/dom/html/HTMLSelectElement.cpp @@ -7,7 +7,6 @@ #include "mozilla/dom/HTMLSelectElement.h" #include "mozAutoDocUpdate.h" -#include "mozilla/Attributes.h" #include "mozilla/BasicEvents.h" #include "mozilla/EventDispatcher.h" #include "mozilla/MappedDeclarationsBuilder.h" diff --git a/dom/html/HTMLSharedElement.h b/dom/html/HTMLSharedElement.h @@ -8,7 +8,6 @@ #define mozilla_dom_HTMLSharedElement_h #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLSharedListElement.h b/dom/html/HTMLSharedListElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLSharedListElement_h #define mozilla_dom_HTMLSharedListElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLSourceElement.h b/dom/html/HTMLSourceElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLSourceElement_h #define mozilla_dom_HTMLSourceElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLMediaElement.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLStyleElement.h b/dom/html/HTMLStyleElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLStyleElement_h #define mozilla_dom_HTMLStyleElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/LinkStyle.h" #include "nsGenericHTMLElement.h" #include "nsStubMutationObserver.h" diff --git a/dom/html/HTMLSummaryElement.h b/dom/html/HTMLSummaryElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLSummaryElement_h #define mozilla_dom_HTMLSummaryElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLTableCaptionElement.h b/dom/html/HTMLTableCaptionElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableCaptionElement_h #define mozilla_dom_HTMLTableCaptionElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLTableCellElement.h b/dom/html/HTMLTableCellElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableCellElement_h #define mozilla_dom_HTMLTableCellElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLTableColElement.h b/dom/html/HTMLTableColElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableColElement_h #define mozilla_dom_HTMLTableColElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/HTMLTableElement.h b/dom/html/HTMLTableElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableElement_h #define mozilla_dom_HTMLTableElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLTableCaptionElement.h" #include "mozilla/dom/HTMLTableSectionElement.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLTableRowElement.h b/dom/html/HTMLTableRowElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableRowElement_h #define mozilla_dom_HTMLTableRowElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" class nsContentList; diff --git a/dom/html/HTMLTableSectionElement.h b/dom/html/HTMLTableSectionElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLTableSectionElement_h #define mozilla_dom_HTMLTableSectionElement_h -#include "mozilla/Attributes.h" #include "nsContentList.h" // For ctor. #include "nsGenericHTMLElement.h" diff --git a/dom/html/HTMLTextAreaElement.cpp b/dom/html/HTMLTextAreaElement.cpp @@ -8,7 +8,6 @@ #include "mozAutoDocUpdate.h" #include "mozilla/AsyncEventDispatcher.h" -#include "mozilla/Attributes.h" #include "mozilla/EventDispatcher.h" #include "mozilla/MappedDeclarationsBuilder.h" #include "mozilla/MouseEvents.h" diff --git a/dom/html/HTMLTimeElement.h b/dom/html/HTMLTimeElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLTimeElement_h #define mozilla_dom_HTMLTimeElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsGkAtoms.h" diff --git a/dom/html/HTMLTitleElement.h b/dom/html/HTMLTitleElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLTITLEElement_h_ #define mozilla_dom_HTMLTITLEElement_h_ -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsStubMutationObserver.h" diff --git a/dom/html/HTMLUnknownElement.h b/dom/html/HTMLUnknownElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLUnknownElement_h #define mozilla_dom_HTMLUnknownElement_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" namespace mozilla::dom { diff --git a/dom/html/MediaDocument.h b/dom/html/MediaDocument.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MediaDocument_h #define mozilla_dom_MediaDocument_h -#include "mozilla/Attributes.h" #include "nsGenericHTMLElement.h" #include "nsHTMLDocument.h" #include "nsIStreamListener.h" diff --git a/dom/html/nsGenericHTMLFrameElement.h b/dom/html/nsGenericHTMLFrameElement.h @@ -7,7 +7,6 @@ #ifndef nsGenericHTMLFrameElement_h #define nsGenericHTMLFrameElement_h -#include "mozilla/Attributes.h" #include "nsFrameLoader.h" #include "nsFrameLoaderOwner.h" #include "nsGenericHTMLElement.h" diff --git a/dom/html/nsHTMLDocument.h b/dom/html/nsHTMLDocument.h @@ -7,7 +7,6 @@ #define nsHTMLDocument_h___ #include "PLDHashTable.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/Document.h" #include "mozilla/dom/HTMLSharedElement.h" diff --git a/dom/indexedDB/ActorsChild.h b/dom/indexedDB/ActorsChild.h @@ -8,7 +8,6 @@ #define mozilla_dom_indexeddb_actorschild_h__ #include "js/RootingAPI.h" -#include "mozilla/Attributes.h" #include "mozilla/InitializedOnce.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/IDBCursorType.h" diff --git a/dom/indexedDB/FileInfoManager.h b/dom/indexedDB/FileInfoManager.h @@ -9,7 +9,6 @@ #include "FileInfo.h" #include "FlippedOnce.h" -#include "mozilla/Attributes.h" #include "mozilla/Mutex.h" #include "mozilla/StaticMutex.h" #include "nsHashKeys.h" diff --git a/dom/indexedDB/IDBCursor.h b/dom/indexedDB/IDBCursor.h @@ -10,7 +10,6 @@ #include "IDBCursorType.h" #include "IndexedDatabase.h" #include "js/RootingAPI.h" -#include "mozilla/Attributes.h" #include "mozilla/InitializedOnce.h" #include "mozilla/dom/IDBCursorBinding.h" #include "mozilla/dom/IDBTransaction.h" diff --git a/dom/indexedDB/IDBDatabase.h b/dom/indexedDB/IDBDatabase.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_idbdatabase_h__ #define mozilla_dom_idbdatabase_h__ -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/IDBTransactionBinding.h" diff --git a/dom/indexedDB/IDBFactory.h b/dom/indexedDB/IDBFactory.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_idbfactory_h__ #define mozilla_dom_idbfactory_h__ -#include "mozilla/Attributes.h" #include "mozilla/GlobalTeardownObserver.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/indexedDB/IDBIndex.h b/dom/indexedDB/IDBIndex.h @@ -8,7 +8,6 @@ #define mozilla_dom_idbindex_h__ #include "js/RootingAPI.h" -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/IDBCursorBinding.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/indexedDB/IDBKeyRange.h b/dom/indexedDB/IDBKeyRange.h @@ -9,7 +9,6 @@ #include "js/RootingAPI.h" #include "js/Value.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/IndexedDatabaseManager.h" #include "mozilla/dom/indexedDB/Key.h" #include "nsCOMPtr.h" diff --git a/dom/indexedDB/IDBRequest.h b/dom/indexedDB/IDBRequest.h @@ -10,7 +10,6 @@ #include "ReportInternalError.h" #include "SafeRefPtr.h" #include "js/RootingAPI.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/EventForwards.h" #include "mozilla/HoldDropJSObjects.h" diff --git a/dom/indexedDB/IDBTransaction.h b/dom/indexedDB/IDBTransaction.h @@ -9,7 +9,6 @@ #include "FlippedOnce.h" #include "SafeRefPtr.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/SourceLocation.h" #include "mozilla/dom/IDBTransactionBinding.h" diff --git a/dom/ipc/ClonedErrorHolder.h b/dom/ipc/ClonedErrorHolder.h @@ -10,7 +10,6 @@ #include "js/ColumnNumber.h" // JS::ColumnNumberOneOrigin #include "js/ErrorReport.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/NonRefcountedDOMObject.h" #include "mozilla/dom/StructuredCloneHolder.h" diff --git a/dom/ipc/jsactor/JSActor.cpp b/dom/ipc/jsactor/JSActor.cpp @@ -8,7 +8,6 @@ #include "chrome/common/ipc_channel.h" #include "js/Promise.h" -#include "mozilla/Attributes.h" #include "mozilla/FunctionRef.h" #include "mozilla/ProfilerMarkers.h" #include "mozilla/dom/AutoEntryScript.h" diff --git a/dom/ipc/jsactor/JSActor.h b/dom/ipc/jsactor/JSActor.h @@ -9,7 +9,6 @@ #include "ipc/EnumSerializer.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/PromiseNativeHandler.h" #include "nsCycleCollectionParticipant.h" #include "nsTHashMap.h" diff --git a/dom/ipc/jsactor/JSProcessActorParent.h b/dom/ipc/jsactor/JSProcessActorParent.h @@ -8,7 +8,6 @@ #define mozilla_dom_JSProcessActorParent_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/ContentParent.h" #include "mozilla/dom/JSActor.h" diff --git a/dom/ipc/jsactor/JSWindowActorParent.h b/dom/ipc/jsactor/JSWindowActorParent.h @@ -8,7 +8,6 @@ #define mozilla_dom_JSWindowActorParent_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/ContentParent.h" #include "mozilla/dom/JSActor.h" diff --git a/dom/jsurl/nsJSProtocolHandler.h b/dom/jsurl/nsJSProtocolHandler.h @@ -6,7 +6,6 @@ #ifndef nsJSProtocolHandler_h___ #define nsJSProtocolHandler_h___ -#include "mozilla/Attributes.h" #include "nsIClassInfo.h" #include "nsINestedURI.h" #include "nsIProtocolHandler.h" diff --git a/dom/locks/Lock.h b/dom/locks/Lock.h @@ -8,7 +8,6 @@ #define mozilla_dom_Lock_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/WeakPtr.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/locks/LockManager.h b/dom/locks/LockManager.h @@ -8,7 +8,6 @@ #define mozilla_dom_LockManager_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/Lock.h" diff --git a/dom/media/ADTSDemuxer.h b/dom/media/ADTSDemuxer.h @@ -10,7 +10,6 @@ #include "Adts.h" #include "MediaDataDemuxer.h" #include "MediaResource.h" -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" namespace mozilla { diff --git a/dom/media/AudioCaptureTrack.cpp b/dom/media/AudioCaptureTrack.cpp @@ -15,7 +15,6 @@ #include "ImageContainer.h" #include "MediaTrackGraph.h" #include "MediaTrackListener.h" -#include "mozilla/Attributes.h" #include "mozilla/Logging.h" #include "mozilla/MathAlgorithms.h" #include "webaudio/MediaStreamAudioDestinationNode.h" diff --git a/dom/media/FileBlockCache.h b/dom/media/FileBlockCache.h @@ -11,7 +11,6 @@ #include "MediaBlockCacheBase.h" #include "mozilla/AbstractThread.h" -#include "mozilla/Attributes.h" #include "mozilla/MozPromise.h" #include "mozilla/Mutex.h" #include "mozilla/UniquePtr.h" diff --git a/dom/media/ForwardedInputTrack.cpp b/dom/media/ForwardedInputTrack.cpp @@ -17,7 +17,6 @@ #include "MediaTrackGraph.h" #include "Tracing.h" #include "VideoSegment.h" -#include "mozilla/Attributes.h" #include "mozilla/Logging.h" #include "mozilla/MathAlgorithms.h" #include "nsContentUtils.h" diff --git a/dom/media/MediaDecoderStateMachine.h b/dom/media/MediaDecoderStateMachine.h @@ -17,7 +17,6 @@ # include "MediaTimer.h" # include "SeekJob.h" # include "mozilla/Atomics.h" -# include "mozilla/Attributes.h" # include "mozilla/ReentrantMonitor.h" # include "mozilla/StateMirroring.h" # include "nsThreadUtils.h" diff --git a/dom/media/MediaStreamError.h b/dom/media/MediaStreamError.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaStreamError_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsPIDOMWindow.h" #include "nsWrapperCache.h" diff --git a/dom/media/doctor/RollingNumber.h b/dom/media/doctor/RollingNumber.h @@ -10,7 +10,6 @@ #include <limits> #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" namespace mozilla { diff --git a/dom/media/eme/CDMCaps.h b/dom/media/eme/CDMCaps.h @@ -8,7 +8,6 @@ #define CDMCaps_h_ #include "SamplesWaitingForKey.h" -#include "mozilla/Attributes.h" #include "mozilla/Monitor.h" #include "mozilla/dom/BindingDeclarations.h" // For Optional #include "mozilla/dom/MediaKeyStatusMapBinding.h" // For MediaKeyStatus diff --git a/dom/media/eme/MediaKeyError.h b/dom/media/eme/MediaKeyError.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaKeyError_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/Event.h" #include "nsWrapperCache.h" diff --git a/dom/media/eme/MediaKeyMessageEvent.h b/dom/media/eme/MediaKeyMessageEvent.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaKeyMessageEvent_h__ #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/Event.h" #include "mozilla/dom/MediaKeyMessageEventBinding.h" #include "mozilla/dom/TypedArray.h" diff --git a/dom/media/eme/MediaKeySession.h b/dom/media/eme/MediaKeySession.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaKeySession_h #include "DecoderDoctorLogger.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/DetailedPromise.h" #include "mozilla/Mutex.h" diff --git a/dom/media/eme/MediaKeyStatusMap.h b/dom/media/eme/MediaKeyStatusMap.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MediaKeyStatuses_h #define mozilla_dom_MediaKeyStatuses_h -#include "mozilla/Attributes.h" #include "mozilla/CDMCaps.h" #include "mozilla/dom/BufferSourceBindingFwd.h" #include "mozilla/dom/MediaKeyStatusMapBinding.h" diff --git a/dom/media/eme/MediaKeySystemAccess.h b/dom/media/eme/MediaKeySystemAccess.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaKeySystemAccess_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/KeySystemConfig.h" #include "mozilla/dom/MediaKeySystemAccessBinding.h" #include "mozilla/dom/MediaKeysRequestStatusBinding.h" diff --git a/dom/media/eme/MediaKeys.h b/dom/media/eme/MediaKeys.h @@ -8,7 +8,6 @@ #define mozilla_dom_mediakeys_h__ #include "DecoderDoctorLogger.h" -#include "mozilla/Attributes.h" #include "mozilla/DetailedPromise.h" #include "mozilla/RefPtr.h" #include "mozilla/WeakPtr.h" diff --git a/dom/media/flac/FlacDemuxer.h b/dom/media/flac/FlacDemuxer.h @@ -9,7 +9,6 @@ #include "MediaDataDemuxer.h" #include "MediaResource.h" -#include "mozilla/Attributes.h" namespace mozilla { namespace flac { diff --git a/dom/media/gmp/GMPLoader.cpp b/dom/media/gmp/GMPLoader.cpp @@ -9,7 +9,6 @@ #include <stdio.h> #include "gmp-entrypoints.h" -#include "mozilla/Attributes.h" #include "nsExceptionHandler.h" #include "prenv.h" #include "prerror.h" diff --git a/dom/media/gmp/GMPProcessParent.h b/dom/media/gmp/GMPProcessParent.h @@ -10,7 +10,6 @@ #include "base/basictypes.h" #include "base/file_path.h" #include "base/thread.h" -#include "mozilla/Attributes.h" #include "mozilla/ipc/GeckoChildProcessHost.h" #include "mozilla/media/MediaUtils.h" #include "nsIFile.h" diff --git a/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h b/dom/media/gmp/widevine-adapter/WidevineVideoFrame.h @@ -9,7 +9,6 @@ #include <vector> #include "content_decryption_module.h" -#include "mozilla/Attributes.h" #include "stddef.h" namespace mozilla { diff --git a/dom/media/gtest/TestAudioDeviceEnumerator.cpp b/dom/media/gtest/TestAudioDeviceEnumerator.cpp @@ -10,7 +10,6 @@ #include "gmock/gmock.h" #include "gtest/gtest-printers.h" #include "gtest/gtest.h" -#include "mozilla/Attributes.h" #include "mozilla/media/MediaUtils.h" #include "nsTArray.h" diff --git a/dom/media/gtest/TestAudioInputProcessing.cpp b/dom/media/gtest/TestAudioInputProcessing.cpp @@ -12,7 +12,6 @@ #include "gtest/gtest.h" #include "libwebrtcglue/SystemTime.h" #include "libwebrtcglue/WebrtcEnvironmentWrapper.h" -#include "mozilla/Attributes.h" #include "mozilla/NullPrincipal.h" #include "nsContentUtils.h" #include "nsTArray.h" diff --git a/dom/media/gtest/TestGroupId.cpp b/dom/media/gtest/TestGroupId.cpp @@ -9,7 +9,6 @@ #include "gmock/gmock.h" #include "gtest/gtest-printers.h" #include "gtest/gtest.h" -#include "mozilla/Attributes.h" #include "nsTArray.h" #include "webrtc/MediaEngineFake.h" diff --git a/dom/media/mediaelement/HTMLAudioElement.h b/dom/media/mediaelement/HTMLAudioElement.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_HTMLAudioElement_h #define mozilla_dom_HTMLAudioElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLMediaElement.h" #include "mozilla/dom/TypedArray.h" diff --git a/dom/media/mediaelement/HTMLVideoElement.h b/dom/media/mediaelement/HTMLVideoElement.h @@ -9,7 +9,6 @@ #include "ImageTypes.h" #include "Units.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/StaticPrefs_media.h" #include "mozilla/dom/HTMLMediaElement.h" diff --git a/dom/media/mediaelement/MediaError.h b/dom/media/mediaelement/MediaError.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MediaError_h #define mozilla_dom_MediaError_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLMediaElement.h" #include "nsISupports.h" #include "nsWrapperCache.h" diff --git a/dom/media/mediasession/MediaMetadata.h b/dom/media/mediasession/MediaMetadata.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaMetadata_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/MediaSessionBinding.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/media/mediasession/MediaSession.h b/dom/media/mediasession/MediaSession.h @@ -8,7 +8,6 @@ #define mozilla_dom_MediaSession_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/EnumeratedArray.h" #include "mozilla/TimeStamp.h" #include "mozilla/dom/MediaSessionBinding.h" diff --git a/dom/media/mediasource/MediaSource.h b/dom/media/mediasource/MediaSource.h @@ -11,7 +11,6 @@ #include "TimeUnits.h" #include "js/RootingAPI.h" #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/MozPromise.h" #include "mozilla/dom/MediaSourceBinding.h" diff --git a/dom/media/mediasource/SourceBuffer.h b/dom/media/mediasource/SourceBuffer.h @@ -14,7 +14,6 @@ #include "js/RootingAPI.h" #include "mozilla/Assertions.h" #include "mozilla/Atomics.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/MozPromise.h" #include "mozilla/dom/SourceBufferBinding.h" diff --git a/dom/media/mediasource/SourceBufferList.h b/dom/media/mediasource/SourceBufferList.h @@ -10,7 +10,6 @@ #include "SourceBuffer.h" #include "js/RootingAPI.h" #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "nsCycleCollectionNoteChild.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/media/utils/PerformanceRecorder.h b/dom/media/utils/PerformanceRecorder.h @@ -10,7 +10,6 @@ #include <type_traits> #include <utility> -#include "mozilla/Attributes.h" #include "mozilla/BaseProfilerMarkersPrerequisites.h" #include "mozilla/DefineEnum.h" #include "mozilla/Maybe.h" diff --git a/dom/media/webaudio/AudioBuffer.h b/dom/media/webaudio/AudioBuffer.h @@ -9,7 +9,6 @@ #include "AudioSegment.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/MemoryReporting.h" #include "mozilla/StaticMutex.h" #include "mozilla/StaticPtr.h" diff --git a/dom/media/webaudio/AudioContext.h b/dom/media/webaudio/AudioContext.h @@ -11,7 +11,6 @@ #include "MediaBufferDecoder.h" #include "X11UndefineNone.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/MemoryReporting.h" #include "mozilla/RelativeTimeline.h" diff --git a/dom/media/webaudio/AudioListener.h b/dom/media/webaudio/AudioListener.h @@ -12,7 +12,6 @@ #include "ThreeDPoint.h" #include "WebAudioUtils.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/MemoryReporting.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/media/webaudio/PeriodicWave.h b/dom/media/webaudio/PeriodicWave.h @@ -9,7 +9,6 @@ #include "AudioContext.h" #include "AudioNodeEngine.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/media/webaudio/ReportDecodeResultTask.h b/dom/media/webaudio/ReportDecodeResultTask.h @@ -8,7 +8,6 @@ #define ReportDecodeResultTask_h_ #include "MediaBufferDecoder.h" -#include "mozilla/Attributes.h" namespace mozilla { diff --git a/dom/media/webcodecs/AudioDecoder.h b/dom/media/webcodecs/AudioDecoder.h @@ -8,7 +8,6 @@ #define mozilla_dom_AudioDecoder_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/Maybe.h" #include "mozilla/RefPtr.h" diff --git a/dom/media/webcodecs/EncodedVideoChunk.h b/dom/media/webcodecs/EncodedVideoChunk.h @@ -8,7 +8,6 @@ #define mozilla_dom_EncodedVideoChunk_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/Maybe.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/media/webcodecs/ImageDecoder.h b/dom/media/webcodecs/ImageDecoder.h @@ -8,7 +8,6 @@ #define mozilla_dom_ImageDecoder_h #include "FrameTimeout.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/NotNull.h" #include "mozilla/UniquePtr.h" diff --git a/dom/media/webcodecs/ImageTrack.h b/dom/media/webcodecs/ImageTrack.h @@ -8,7 +8,6 @@ #define mozilla_dom_ImageTrack_h #include "FrameTimeout.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/NotNull.h" #include "mozilla/dom/ImageDecoderBinding.h" diff --git a/dom/media/webcodecs/ImageTrackList.h b/dom/media/webcodecs/ImageTrackList.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_ImageTrackList_h #define mozilla_dom_ImageTrackList_h -#include "mozilla/Attributes.h" #include "mozilla/dom/ImageDecoderBinding.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/media/webcodecs/VideoColorSpace.h b/dom/media/webcodecs/VideoColorSpace.h @@ -8,7 +8,6 @@ #define mozilla_dom_VideoColorSpace_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/VideoColorSpaceBinding.h" diff --git a/dom/media/webcodecs/VideoFrame.h b/dom/media/webcodecs/VideoFrame.h @@ -8,7 +8,6 @@ #define mozilla_dom_VideoFrame_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/NotNull.h" #include "mozilla/Span.h" diff --git a/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp b/dom/media/webrtc/RTCIdentityProviderRegistrar.cpp @@ -5,7 +5,6 @@ #include "RTCIdentityProviderRegistrar.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" namespace mozilla::dom { diff --git a/dom/media/webrtc/jsapi/RTCDataChannel.h b/dom/media/webrtc/jsapi/RTCDataChannel.h @@ -7,7 +7,6 @@ #ifndef DOM_MEDIA_WEBRTC_RTCDATACHANNEL_H_ #define DOM_MEDIA_WEBRTC_RTCDATACHANNEL_H_ -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/dom/Nullable.h" #include "mozilla/dom/RTCDataChannelBinding.h" diff --git a/dom/media/webrtc/sdp/SdpAttribute.h b/dom/media/webrtc/sdp/SdpAttribute.h @@ -18,7 +18,6 @@ #include "common/EncodingConstraints.h" #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/UniquePtr.h" #include "nsString.h" diff --git a/dom/media/webrtc/sdp/SdpAttributeList.h b/dom/media/webrtc/sdp/SdpAttributeList.h @@ -7,7 +7,6 @@ #ifndef _SDPATTRIBUTELIST_H_ #define _SDPATTRIBUTELIST_H_ -#include "mozilla/Attributes.h" #include "sdp/SdpAttribute.h" namespace mozilla { diff --git a/dom/media/webrtc/sdp/SipccSdp.h b/dom/media/webrtc/sdp/SipccSdp.h @@ -10,7 +10,6 @@ #include <map> #include <vector> -#include "mozilla/Attributes.h" #include "sdp/Sdp.h" #include "sdp/SdpParser.h" #include "sdp/SipccSdpAttributeList.h" diff --git a/dom/media/webrtc/sdp/SipccSdpMediaSection.h b/dom/media/webrtc/sdp/SipccSdpMediaSection.h @@ -9,7 +9,6 @@ #include <map> -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "sdp/SdpMediaSection.h" #include "sdp/SipccSdpAttributeList.h" diff --git a/dom/media/webrtc/transport/m_cpp_utils.h b/dom/media/webrtc/transport/m_cpp_utils.h @@ -9,8 +9,6 @@ #ifndef m_cpp_utils_h__ #define m_cpp_utils_h__ -#include "mozilla/Attributes.h" - namespace mozilla { #define DISALLOW_ASSIGNMENT(T) void operator=(const T& other) = delete diff --git a/dom/media/webspeech/recognition/SpeechGrammar.h b/dom/media/webspeech/recognition/SpeechGrammar.h @@ -8,7 +8,6 @@ #define mozilla_dom_SpeechGrammar_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" #include "nsString.h" diff --git a/dom/media/webspeech/recognition/SpeechGrammarList.h b/dom/media/webspeech/recognition/SpeechGrammarList.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_SpeechGrammarList_h #define mozilla_dom_SpeechGrammarList_h -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" #include "nsTArray.h" diff --git a/dom/media/webspeech/recognition/SpeechRecognition.h b/dom/media/webspeech/recognition/SpeechRecognition.h @@ -14,7 +14,6 @@ #include "SpeechRecognitionResultList.h" #include "endpointer.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/WeakPtr.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/media/webspeech/recognition/SpeechRecognitionAlternative.h b/dom/media/webspeech/recognition/SpeechRecognitionAlternative.h @@ -8,7 +8,6 @@ #define mozilla_dom_SpeechRecognitionAlternative_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsString.h" #include "nsWrapperCache.h" diff --git a/dom/media/webspeech/recognition/SpeechRecognitionResult.h b/dom/media/webspeech/recognition/SpeechRecognitionResult.h @@ -9,7 +9,6 @@ #include "SpeechRecognitionAlternative.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" #include "nsTArray.h" diff --git a/dom/media/webspeech/recognition/SpeechRecognitionResultList.h b/dom/media/webspeech/recognition/SpeechRecognitionResultList.h @@ -9,7 +9,6 @@ #include "SpeechRecognitionResult.h" #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsTArray.h" #include "nsWrapperCache.h" diff --git a/dom/media/webspeech/synth/ipc/SpeechSynthesisChild.h b/dom/media/webspeech/synth/ipc/SpeechSynthesisChild.h @@ -5,7 +5,6 @@ #ifndef mozilla_dom_SpeechSynthesisChild_h #define mozilla_dom_SpeechSynthesisChild_h -#include "mozilla/Attributes.h" #include "mozilla/dom/PSpeechSynthesisChild.h" #include "mozilla/dom/PSpeechSynthesisRequestChild.h" #include "nsSpeechTask.h" diff --git a/dom/media/webvtt/HTMLTrackElement.h b/dom/media/webvtt/HTMLTrackElement.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_HTMLTrackElement_h #define mozilla_dom_HTMLTrackElement_h -#include "mozilla/Attributes.h" #include "mozilla/dom/HTMLMediaElement.h" #include "mozilla/dom/TextTrack.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/messagechannel/MessageChannel.h b/dom/messagechannel/MessageChannel.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MessageChannel_h #define mozilla_dom_MessageChannel_h -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/messagechannel/MessagePort.h b/dom/messagechannel/MessagePort.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MessagePort_h #define mozilla_dom_MessagePort_h -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/DOMTypes.h" diff --git a/dom/midi/MIDIAccess.h b/dom/midi/MIDIAccess.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MIDIAccess_h #define mozilla_dom_MIDIAccess_h -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/Observer.h" #include "mozilla/WeakPtr.h" diff --git a/dom/network/UDPSocket.h b/dom/network/UDPSocket.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_UDPSocket_h__ #define mozilla_dom_UDPSocket_h__ -#include "mozilla/Attributes.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/dom/Promise.h" #include "mozilla/dom/SocketCommonBinding.h" diff --git a/dom/payments/MerchantValidationEvent.h b/dom/payments/MerchantValidationEvent.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_MerchantValidationEvent_h #define mozilla_dom_MerchantValidationEvent_h -#include "mozilla/Attributes.h" #include "mozilla/Result.h" #include "mozilla/dom/Event.h" #include "mozilla/dom/MerchantValidationEventBinding.h" diff --git a/dom/payments/PaymentRequestUpdateEvent.h b/dom/payments/PaymentRequestUpdateEvent.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_PaymentRequestUpdateEvent_h #define mozilla_dom_PaymentRequestUpdateEvent_h -#include "mozilla/Attributes.h" #include "mozilla/dom/Event.h" #include "mozilla/dom/PaymentRequestUpdateEventBinding.h" #include "mozilla/dom/PromiseNativeHandler.h" diff --git a/dom/performance/PerformanceNavigation.h b/dom/performance/PerformanceNavigation.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_PerformanceNavigation_h #define mozilla_dom_PerformanceNavigation_h -#include "mozilla/Attributes.h" #include "mozilla/dom/Performance.h" #include "nsDOMNavigationTiming.h" #include "nsWrapperCache.h" diff --git a/dom/performance/PerformanceServerTiming.h b/dom/performance/PerformanceServerTiming.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_PerformanceServerTiming_h #define mozilla_dom_PerformanceServerTiming_h -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsDOMNavigationTiming.h" #include "nsString.h" diff --git a/dom/performance/PerformanceTiming.h b/dom/performance/PerformanceTiming.h @@ -11,7 +11,6 @@ #include "Performance.h" #include "ipc/IPCMessageUtils.h" #include "ipc/IPCMessageUtilsSpecializations.h" -#include "mozilla/Attributes.h" #include "mozilla/BasePrincipal.h" #include "mozilla/StaticPrefs_dom.h" #include "mozilla/dom/PerformanceTimingTypes.h" diff --git a/dom/prototype/PrototypeDocumentContentSink.h b/dom/prototype/PrototypeDocumentContentSink.h @@ -8,7 +8,6 @@ #define mozilla_dom_PrototypeDocumentContentSink_h__ #include "js/experimental/JSStencil.h" -#include "mozilla/Attributes.h" #include "mozilla/Logging.h" #include "mozilla/RefPtr.h" #include "mozilla/dom/FromParser.h" diff --git a/dom/script/ShadowRealmGlobalScope.h b/dom/script/ShadowRealmGlobalScope.h @@ -9,7 +9,6 @@ #include "js/TypeDecls.h" #include "js/loader/ModuleLoaderBase.h" -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/OriginTrials.h" #include "mozilla/SchedulerGroup.h" diff --git a/dom/serializers/nsHTMLContentSerializer.h b/dom/serializers/nsHTMLContentSerializer.h @@ -13,7 +13,6 @@ #ifndef nsHTMLContentSerializer_h__ #define nsHTMLContentSerializer_h__ -#include "mozilla/Attributes.h" #include "nsString.h" #include "nsXHTMLContentSerializer.h" diff --git a/dom/serializers/nsXHTMLContentSerializer.h b/dom/serializers/nsXHTMLContentSerializer.h @@ -13,7 +13,6 @@ #ifndef nsXHTMLContentSerializer_h__ #define nsXHTMLContentSerializer_h__ -#include "mozilla/Attributes.h" #include "nsString.h" #include "nsTArray.h" #include "nsXMLContentSerializer.h" diff --git a/dom/serviceworkers/ServiceWorkerOp.h b/dom/serviceworkers/ServiceWorkerOp.h @@ -11,7 +11,6 @@ #include "ServiceWorkerEvents.h" #include "ServiceWorkerOpPromise.h" -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/RefPtr.h" #include "mozilla/TimeStamp.h" diff --git a/dom/smil/SMILAnimationController.h b/dom/smil/SMILAnimationController.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILANIMATIONCONTROLLER_H_ #define DOM_SMIL_SMILANIMATIONCONTROLLER_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILCompositorTable.h" #include "mozilla/SMILMilestone.h" #include "mozilla/SMILTimeContainer.h" diff --git a/dom/smil/SMILBoolType.h b/dom/smil/SMILBoolType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILBOOLTYPE_H_ #define DOM_SMIL_SMILBOOLTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILCSSProperty.h b/dom/smil/SMILCSSProperty.h @@ -9,7 +9,6 @@ #ifndef DOM_SMIL_SMILCSSPROPERTY_H_ #define DOM_SMIL_SMILCSSPROPERTY_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "nsAtom.h" #include "nsCSSPropertyID.h" diff --git a/dom/smil/SMILCSSValueType.h b/dom/smil/SMILCSSValueType.h @@ -9,7 +9,6 @@ #ifndef DOM_SMIL_SMILCSSVALUETYPE_H_ #define DOM_SMIL_SMILCSSVALUETYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" #include "nsCSSPropertyID.h" #include "nsStringFwd.h" diff --git a/dom/smil/SMILEnumType.h b/dom/smil/SMILEnumType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILENUMTYPE_H_ #define DOM_SMIL_SMILENUMTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILFloatType.h b/dom/smil/SMILFloatType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILFLOATTYPE_H_ #define DOM_SMIL_SMILFLOATTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILIntegerType.h b/dom/smil/SMILIntegerType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILINTEGERTYPE_H_ #define DOM_SMIL_SMILINTEGERTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILNullType.h b/dom/smil/SMILNullType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILNULLTYPE_H_ #define DOM_SMIL_SMILNULLTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILSetAnimationFunction.h b/dom/smil/SMILSetAnimationFunction.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILSETANIMATIONFUNCTION_H_ #define DOM_SMIL_SMILSETANIMATIONFUNCTION_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAnimationFunction.h" namespace mozilla { diff --git a/dom/smil/SMILStringType.h b/dom/smil/SMILStringType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILSTRINGTYPE_H_ #define DOM_SMIL_SMILSTRINGTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/smil/SMILTimeValueSpec.h b/dom/smil/SMILTimeValueSpec.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILTIMEVALUESPEC_H_ #define DOM_SMIL_SMILTIMEVALUESPEC_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILTimeValueSpecParams.h" #include "mozilla/dom/IDTracker.h" #include "nsIDOMEventListener.h" diff --git a/dom/smil/SMILType.h b/dom/smil/SMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SMIL_SMILTYPE_H_ #define DOM_SMIL_SMILTYPE_H_ -#include "mozilla/Attributes.h" #include "nscore.h" namespace mozilla { diff --git a/dom/storage/Storage.h b/dom/storage/Storage.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_Storage_h #define mozilla_dom_Storage_h -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/Maybe.h" #include "nsCOMPtr.h" diff --git a/dom/streams/ByteLengthQueuingStrategy.h b/dom/streams/ByteLengthQueuingStrategy.h @@ -8,7 +8,6 @@ #define mozilla_dom_ByteLengthQueuingStrategy_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BaseQueuingStrategy.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/streams/CountQueuingStrategy.h b/dom/streams/CountQueuingStrategy.h @@ -8,7 +8,6 @@ #define mozilla_dom_CountQueuingStrategy_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BaseQueuingStrategy.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/svg/DOMSVGAngle.h b/dom/svg/DOMSVGAngle.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANGLE_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "nsWrapperCache.h" namespace mozilla { diff --git a/dom/svg/DOMSVGAnimatedAngle.h b/dom/svg/DOMSVGAnimatedAngle.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDANGLE_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "nsWrapperCache.h" namespace mozilla { diff --git a/dom/svg/DOMSVGAnimatedBoolean.h b/dom/svg/DOMSVGAnimatedBoolean.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDBOOLEAN_H_ #include "SVGAnimatedBoolean.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/SVGElement.h" #include "nsWrapperCache.h" diff --git a/dom/svg/DOMSVGAnimatedLength.h b/dom/svg/DOMSVGAnimatedLength.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDLENGTH_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" namespace mozilla { diff --git a/dom/svg/DOMSVGAnimatedLengthList.h b/dom/svg/DOMSVGAnimatedLengthList.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDLENGTHLIST_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/DOMSVGAnimatedNumberList.h b/dom/svg/DOMSVGAnimatedNumberList.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDNUMBERLIST_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/svg/DOMSVGAnimatedTransformList.h b/dom/svg/DOMSVGAnimatedTransformList.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGANIMATEDTRANSFORMLIST_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/svg/DOMSVGLength.h b/dom/svg/DOMSVGLength.h @@ -9,7 +9,6 @@ #include "DOMSVGLengthList.h" #include "SVGLength.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsDebug.h" #include "nsTArray.h" diff --git a/dom/svg/DOMSVGNumber.h b/dom/svg/DOMSVGNumber.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGNUMBER_H_ #include "DOMSVGNumberList.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/DOMSVGPoint.h b/dom/svg/DOMSVGPoint.h @@ -9,7 +9,6 @@ #include "DOMSVGPointList.h" #include "SVGPoint.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/SVGSVGElement.h" #include "mozilla/gfx/2D.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/DOMSVGStringList.h b/dom/svg/DOMSVGStringList.h @@ -8,7 +8,6 @@ #define DOM_SVG_DOMSVGSTRINGLIST_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "mozilla/RefPtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/DOMSVGTransform.h b/dom/svg/DOMSVGTransform.h @@ -10,7 +10,6 @@ #include "DOMSVGTransformList.h" #include "SVGTransform.h" #include "gfxMatrix.h" -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "nsCycleCollectionParticipant.h" #include "nsDebug.h" diff --git a/dom/svg/SVGAnimateElement.h b/dom/svg/SVGAnimateElement.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEELEMENT_H_ #define DOM_SVG_SVGANIMATEELEMENT_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAnimationFunction.h" #include "mozilla/dom/SVGAnimationElement.h" diff --git a/dom/svg/SVGAnimateMotionElement.h b/dom/svg/SVGAnimateMotionElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEMOTIONELEMENT_H_ #include "SVGMotionSMILAnimationFunction.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/SVGAnimationElement.h" nsresult NS_NewSVGAnimateMotionElement( diff --git a/dom/svg/SVGAnimateTransformElement.h b/dom/svg/SVGAnimateTransformElement.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATETRANSFORMELEMENT_H_ #define DOM_SVG_SVGANIMATETRANSFORMELEMENT_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAnimationFunction.h" #include "mozilla/dom/SVGAnimationElement.h" diff --git a/dom/svg/SVGAnimatedBoolean.h b/dom/svg/SVGAnimatedBoolean.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDBOOLEAN_H_ #include "mozilla/AlreadyAddRefed.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "nsError.h" diff --git a/dom/svg/SVGAnimatedClass.h b/dom/svg/SVGAnimatedClass.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDCLASS_H_ #define DOM_SVG_SVGANIMATEDCLASS_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/SVGAnimatedClassOrString.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedEnumeration.h b/dom/svg/SVGAnimatedEnumeration.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDENUMERATION_H_ #include "DOMSVGAnimatedEnumeration.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGElement.h" diff --git a/dom/svg/SVGAnimatedInteger.h b/dom/svg/SVGAnimatedInteger.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDINTEGER_H_ #include "DOMSVGAnimatedInteger.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGElement.h" diff --git a/dom/svg/SVGAnimatedIntegerPair.h b/dom/svg/SVGAnimatedIntegerPair.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDINTEGERPAIR_H_ #include "DOMSVGAnimatedInteger.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/SVGAnimatedLength.h b/dom/svg/SVGAnimatedLength.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDLENGTH_H_ #define DOM_SVG_SVGANIMATEDLENGTH_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/SVGContentUtils.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedLengthList.h b/dom/svg/SVGAnimatedLengthList.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDLENGTHLIST_H_ #include "SVGLengthList.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedNumber.h b/dom/svg/SVGAnimatedNumber.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDNUMBER_H_ #define DOM_SVG_SVGANIMATEDNUMBER_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/DOMSVGAnimatedNumber.h" diff --git a/dom/svg/SVGAnimatedNumberList.h b/dom/svg/SVGAnimatedNumberList.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDNUMBERLIST_H_ #include "SVGNumberList.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedNumberPair.h b/dom/svg/SVGAnimatedNumberPair.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDNUMBERPAIR_H_ #include "DOMSVGAnimatedNumber.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/svg/SVGAnimatedOrient.h b/dom/svg/SVGAnimatedOrient.h @@ -10,7 +10,6 @@ #include "DOMSVGAnimatedEnumeration.h" #include "SVGAnimatedEnumeration.h" #include "mozilla/AlreadyAddRefed.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGAngleBinding.h" diff --git a/dom/svg/SVGAnimatedPathSegList.h b/dom/svg/SVGAnimatedPathSegList.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDPATHSEGLIST_H_ #include "SVGPathData.h" -#include "mozilla/Attributes.h" #include "mozilla/MemoryReporting.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedPointList.h b/dom/svg/SVGAnimatedPointList.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDPOINTLIST_H_ #include "SVGPointList.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedPreserveAspectRatio.h b/dom/svg/SVGAnimatedPreserveAspectRatio.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDPRESERVEASPECTRATIO_H_ #define DOM_SVG_SVGANIMATEDPRESERVEASPECTRATIO_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/SVGPreserveAspectRatio.h" #include "mozilla/UniquePtr.h" diff --git a/dom/svg/SVGAnimatedRect.h b/dom/svg/SVGAnimatedRect.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDRECT_H_ #define DOM_SVG_SVGANIMATEDRECT_H_ -#include "mozilla/Attributes.h" #include "mozilla/dom/SVGElement.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/svg/SVGAnimatedTransformList.h b/dom/svg/SVGAnimatedTransformList.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATEDTRANSFORMLIST_H_ #define DOM_SVG_SVGANIMATEDTRANSFORMLIST_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGTransformList.h" diff --git a/dom/svg/SVGAnimatedViewBox.h b/dom/svg/SVGAnimatedViewBox.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGANIMATEDVIEWBOX_H_ #include "SVGAttrTearoffTable.h" -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGAnimatedRect.h" diff --git a/dom/svg/SVGAnimationElement.h b/dom/svg/SVGAnimationElement.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGANIMATIONELEMENT_H_ #define DOM_SVG_SVGANIMATIONELEMENT_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILTimedElement.h" #include "mozilla/dom/IDTracker.h" #include "mozilla/dom/SVGElement.h" diff --git a/dom/svg/SVGDescElement.h b/dom/svg/SVGDescElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGDESCELEMENT_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" nsresult NS_NewSVGDescElement( nsIContent** aResult, already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo); diff --git a/dom/svg/SVGDocument.h b/dom/svg/SVGDocument.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGDOCUMENT_H_ #define DOM_SVG_SVGDOCUMENT_H_ -#include "mozilla/Attributes.h" #include "mozilla/dom/XMLDocument.h" namespace mozilla { diff --git a/dom/svg/SVGFilters.h b/dom/svg/SVGFilters.h @@ -12,7 +12,6 @@ #include "SVGAnimatedNumber.h" #include "SVGAnimatedNumberPair.h" #include "SVGAnimatedString.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/SVGElement.h" #include "nsImageLoadingContent.h" diff --git a/dom/svg/SVGIntegerPairSMILType.h b/dom/svg/SVGIntegerPairSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGINTEGERPAIRSMILTYPE_H_ #define DOM_SVG_SVGINTEGERPAIRSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGLengthListSMILType.h b/dom/svg/SVGLengthListSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGLENGTHLISTSMILTYPE_H_ #define DOM_SVG_SVGLENGTHLISTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGLengthSMILType.h b/dom/svg/SVGLengthSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGLENGTHSMILTYPE_H_ #define DOM_SVG_SVGLENGTHSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGMarkerElement.h b/dom/svg/SVGMarkerElement.h @@ -12,7 +12,6 @@ #include "SVGAnimatedOrient.h" #include "SVGAnimatedPreserveAspectRatio.h" #include "SVGAnimatedViewBox.h" -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGElement.h" #include "mozilla/dom/SVGMarkerElementBinding.h" diff --git a/dom/svg/SVGMatrix.h b/dom/svg/SVGMatrix.h @@ -39,7 +39,6 @@ #include "DOMSVGTransform.h" #include "gfxMatrix.h" -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsWrapperCache.h" diff --git a/dom/svg/SVGMetadataElement.h b/dom/svg/SVGMetadataElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGMETADATAELEMENT_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" nsresult NS_NewSVGMetadataElement( nsIContent** aResult, already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo); diff --git a/dom/svg/SVGMotionSMILAttr.h b/dom/svg/SVGMotionSMILAttr.h @@ -9,7 +9,6 @@ #ifndef DOM_SVG_SVGMOTIONSMILATTR_H_ #define DOM_SVG_SVGMOTIONSMILATTR_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILAttr.h" class nsIContent; diff --git a/dom/svg/SVGMotionSMILType.h b/dom/svg/SVGMotionSMILType.h @@ -9,7 +9,6 @@ #ifndef DOM_SVG_SVGMOTIONSMILTYPE_H_ #define DOM_SVG_SVGMOTIONSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" #include "mozilla/gfx/2D.h" diff --git a/dom/svg/SVGNumberListSMILType.h b/dom/svg/SVGNumberListSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGNUMBERLISTSMILTYPE_H_ #define DOM_SVG_SVGNUMBERLISTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGNumberPairSMILType.h b/dom/svg/SVGNumberPairSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGNUMBERPAIRSMILTYPE_H_ #define DOM_SVG_SVGNUMBERPAIRSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGOrientSMILType.h b/dom/svg/SVGOrientSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGORIENTSMILTYPE_H_ #define DOM_SVG_SVGORIENTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" /** diff --git a/dom/svg/SVGPathSegListSMILType.h b/dom/svg/SVGPathSegListSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGPATHSEGLISTSMILTYPE_H_ #define DOM_SVG_SVGPATHSEGLISTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGPointListSMILType.h b/dom/svg/SVGPointListSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGPOINTLISTSMILTYPE_H_ #define DOM_SVG_SVGPOINTLISTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGPolyElement.h b/dom/svg/SVGPolyElement.h @@ -9,7 +9,6 @@ #include "SVGAnimatedPointList.h" #include "SVGGeometryElement.h" -#include "mozilla/Attributes.h" namespace mozilla::dom { diff --git a/dom/svg/SVGPolygonElement.h b/dom/svg/SVGPolygonElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGPOLYGONELEMENT_H_ #include "SVGPolyElement.h" -#include "mozilla/Attributes.h" nsresult NS_NewSVGPolygonElement( nsIContent** aResult, already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo); diff --git a/dom/svg/SVGSetElement.h b/dom/svg/SVGSetElement.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGSETELEMENT_H_ #define DOM_SVG_SVGSETELEMENT_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILSetAnimationFunction.h" #include "mozilla/dom/SVGAnimationElement.h" diff --git a/dom/svg/SVGStyleElement.h b/dom/svg/SVGStyleElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGSTYLEELEMENT_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/LinkStyle.h" #include "nsStubMutationObserver.h" diff --git a/dom/svg/SVGTitleElement.h b/dom/svg/SVGTitleElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGTITLEELEMENT_H_ #include "SVGElement.h" -#include "mozilla/Attributes.h" #include "nsStubMutationObserver.h" nsresult NS_NewSVGTitleElement( diff --git a/dom/svg/SVGTransformListParser.h b/dom/svg/SVGTransformListParser.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGTRANSFORMLISTPARSER_H_ #include "SVGDataParser.h" -#include "mozilla/Attributes.h" #include "nsTArray.h" //////////////////////////////////////////////////////////////////////// diff --git a/dom/svg/SVGTransformListSMILType.h b/dom/svg/SVGTransformListSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGTRANSFORMLISTSMILTYPE_H_ #define DOM_SVG_SVGTRANSFORMLISTSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" #include "nsTArray.h" diff --git a/dom/svg/SVGTransformableElement.h b/dom/svg/SVGTransformableElement.h @@ -8,7 +8,6 @@ #define DOM_SVG_SVGTRANSFORMABLEELEMENT_H_ #include "gfxMatrix.h" -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/SVGAnimatedTransformList.h" #include "mozilla/dom/SVGElement.h" diff --git a/dom/svg/SVGViewBoxSMILType.h b/dom/svg/SVGViewBoxSMILType.h @@ -7,7 +7,6 @@ #ifndef DOM_SVG_SVGVIEWBOXSMILTYPE_H_ #define DOM_SVG_SVGVIEWBOXSMILTYPE_H_ -#include "mozilla/Attributes.h" #include "mozilla/SMILType.h" namespace mozilla { diff --git a/dom/svg/SVGViewportElement.h b/dom/svg/SVGViewportElement.h @@ -14,7 +14,6 @@ #include "SVGGraphicsElement.h" #include "SVGPoint.h" #include "SVGPreserveAspectRatio.h" -#include "mozilla/Attributes.h" #include "nsIContentInlines.h" namespace mozilla { diff --git a/dom/system/nsDeviceSensors.cpp b/dom/system/nsDeviceSensors.cpp @@ -8,7 +8,6 @@ #include <cmath> -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/Hal.h" #include "mozilla/HalSensor.h" diff --git a/dom/system/windows/location/WindowsLocationProvider.cpp b/dom/system/windows/location/WindowsLocationProvider.cpp @@ -9,7 +9,6 @@ #include "GeolocationPosition.h" #include "MLSFallback.h" #include "WindowsLocationParent.h" -#include "mozilla/Attributes.h" #include "mozilla/Logging.h" #include "mozilla/dom/GeolocationPositionErrorBinding.h" #include "mozilla/dom/WindowsUtilsParent.h" diff --git a/dom/url/URLSearchParams.cpp b/dom/url/URLSearchParams.cpp @@ -17,7 +17,6 @@ #include "js/StructuredClone.h" #include "mozilla/ArrayIterator.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/MacroForEach.h" #include "mozilla/NotNull.h" diff --git a/dom/webauthn/AuthenticatorAssertionResponse.h b/dom/webauthn/AuthenticatorAssertionResponse.h @@ -8,7 +8,6 @@ #define mozilla_dom_AuthenticatorAssertionResponse_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/AuthenticatorResponse.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/WebAuthenticationBinding.h" diff --git a/dom/webauthn/AuthenticatorAttestationResponse.h b/dom/webauthn/AuthenticatorAttestationResponse.h @@ -8,7 +8,6 @@ #define mozilla_dom_AuthenticatorAttestationResponse_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/AuthenticatorResponse.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/WebAuthenticationBinding.h" diff --git a/dom/webauthn/AuthenticatorResponse.h b/dom/webauthn/AuthenticatorResponse.h @@ -8,7 +8,6 @@ #define mozilla_dom_AuthenticatorResponse_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" #include "nsCOMPtr.h" diff --git a/dom/webauthn/PublicKeyCredential.h b/dom/webauthn/PublicKeyCredential.h @@ -8,7 +8,6 @@ #define mozilla_dom_PublicKeyCredential_h #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/AuthenticatorAssertionResponse.h" #include "mozilla/dom/AuthenticatorAttestationResponse.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/webgpu/ipc/WebGPUChild.cpp b/dom/webgpu/ipc/WebGPUChild.cpp @@ -19,7 +19,6 @@ #include "js/Value.h" #include "js/Warnings.h" // JS::WarnUTF8 #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "mozilla/ProfilerMarkers.h" #include "mozilla/dom/GPUUncapturedErrorEvent.h" #include "mozilla/dom/Promise.h" diff --git a/dom/websocket/WebSocket.h b/dom/websocket/WebSocket.h @@ -7,7 +7,6 @@ #ifndef WebSocket_h__ #define WebSocket_h__ -#include "mozilla/Attributes.h" #include "mozilla/CheckedInt.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/Mutex.h" diff --git a/dom/workers/remoteworkers/RemoteWorkerChild.cpp b/dom/workers/remoteworkers/RemoteWorkerChild.cpp @@ -12,7 +12,6 @@ #include "RemoteWorkerService.h" #include "mozilla/ArrayAlgorithm.h" #include "mozilla/Assertions.h" -#include "mozilla/Attributes.h" #include "mozilla/BasePrincipal.h" #include "mozilla/ErrorResult.h" #include "mozilla/PermissionManager.h" diff --git a/dom/worklet/Worklet.h b/dom/worklet/Worklet.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_Worklet_h #define mozilla_dom_Worklet_h -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsRefPtrHashtable.h" #include "nsWrapperCache.h" diff --git a/dom/worklet/WorkletGlobalScope.h b/dom/worklet/WorkletGlobalScope.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_WorkletGlobalScope_h #define mozilla_dom_WorkletGlobalScope_h -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/TimeStamp.h" #include "mozilla/dom/BindingDeclarations.h" diff --git a/dom/worklet/WorkletThread.h b/dom/worklet/WorkletThread.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_worklet_WorkletThread_h #define mozilla_dom_worklet_WorkletThread_h -#include "mozilla/Attributes.h" #include "mozilla/CondVar.h" #include "mozilla/RefPtr.h" #include "mozilla/dom/WorkletImpl.h" diff --git a/dom/xhr/XMLHttpRequest.h b/dom/xhr/XMLHttpRequest.h @@ -9,7 +9,6 @@ #include <iterator> // std::begin, std::end -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/XMLHttpRequestBinding.h" #include "mozilla/dom/XMLHttpRequestEventTarget.h" diff --git a/dom/xhr/XMLHttpRequestMainThread.cpp b/dom/xhr/XMLHttpRequestMainThread.cpp @@ -20,7 +20,6 @@ #include "js/Value.h" // JS::{,Undefined}Value #include "jsapi.h" // JS_ClearPendingException #include "mozilla/AppShutdown.h" -#include "mozilla/Attributes.h" #include "mozilla/BasePrincipal.h" #include "mozilla/CheckedInt.h" #include "mozilla/Components.h" diff --git a/dom/xml/CDATASection.h b/dom/xml/CDATASection.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_CDATASection_h #define mozilla_dom_CDATASection_h -#include "mozilla/Attributes.h" #include "mozilla/dom/Text.h" namespace mozilla::dom { diff --git a/dom/xml/ProcessingInstruction.h b/dom/xml/ProcessingInstruction.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_ProcessingInstruction_h #define mozilla_dom_ProcessingInstruction_h -#include "mozilla/Attributes.h" #include "mozilla/dom/CharacterData.h" #include "nsAString.h" diff --git a/dom/xml/XMLStylesheetProcessingInstruction.h b/dom/xml/XMLStylesheetProcessingInstruction.h @@ -7,7 +7,6 @@ #ifndef mozilla_dom_XMLStylesheetProcessingInstruction_h #define mozilla_dom_XMLStylesheetProcessingInstruction_h -#include "mozilla/Attributes.h" #include "mozilla/dom/LinkStyle.h" #include "mozilla/dom/ProcessingInstruction.h" #include "nsIURI.h" diff --git a/dom/xml/nsXMLContentSink.h b/dom/xml/nsXMLContentSink.h @@ -8,7 +8,6 @@ #define nsXMLContentSink_h__ #include "js/ColumnNumber.h" // JS::ColumnNumberOneOrigin -#include "mozilla/Attributes.h" #include "mozilla/dom/FromParser.h" #include "nsCOMPtr.h" #include "nsCRT.h" diff --git a/dom/xslt/xpath/XPathEvaluator.h b/dom/xslt/xpath/XPathEvaluator.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_XPathEvaluator_h #define mozilla_dom_XPathEvaluator_h -#include "mozilla/Attributes.h" #include "mozilla/dom/Document.h" #include "mozilla/dom/NonRefcountedDOMObject.h" #include "nsString.h" diff --git a/dom/xslt/xpath/XPathExpression.h b/dom/xslt/xpath/XPathExpression.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_XPathExpression_h #define mozilla_dom_XPathExpression_h -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/NonRefcountedDOMObject.h" #include "mozilla/dom/XPathExpressionBinding.h" diff --git a/dom/xslt/xpath/XPathResult.h b/dom/xslt/xpath/XPathResult.h @@ -6,7 +6,6 @@ #ifndef mozilla_dom_XPathResult_h #define mozilla_dom_XPathResult_h -#include "mozilla/Attributes.h" #include "mozilla/ErrorResult.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/xslt/xpath/txExpr.h b/dom/xslt/xpath/txExpr.h @@ -6,7 +6,6 @@ #ifndef TRANSFRMX_EXPR_H #define TRANSFRMX_EXPR_H -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "nsAtom.h" #include "nsString.h" diff --git a/dom/xslt/xpath/txSingleNodeContext.h b/dom/xslt/xpath/txSingleNodeContext.h @@ -6,7 +6,6 @@ #ifndef __TX_XPATH_SINGLENODE_CONTEXT #define __TX_XPATH_SINGLENODE_CONTEXT -#include "mozilla/Attributes.h" #include "txIXPathContext.h" #include "txXPathNode.h" diff --git a/dom/xslt/xslt/txMozillaStylesheetCompiler.cpp b/dom/xslt/xslt/txMozillaStylesheetCompiler.cpp @@ -4,7 +4,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "ReferrerInfo.h" -#include "mozilla/Attributes.h" #include "mozilla/Encoding.h" #include "mozilla/UniquePtr.h" #include "mozilla/dom/Document.h" diff --git a/dom/xslt/xslt/txMozillaXMLOutput.h b/dom/xslt/xslt/txMozillaXMLOutput.h @@ -6,7 +6,6 @@ #ifndef TRANSFRMX_MOZILLA_XML_OUTPUT_H #define TRANSFRMX_MOZILLA_XML_OUTPUT_H -#include "mozilla/Attributes.h" #include "nsCOMPtr.h" #include "nsICSSLoaderObserver.h" #include "nsIScriptLoaderObserver.h" diff --git a/dom/xslt/xslt/txMozillaXSLTProcessor.h b/dom/xslt/xslt/txMozillaXSLTProcessor.h @@ -6,7 +6,6 @@ #ifndef TRANSFRMX_TXMOZILLAXSLTPROCESSOR_H #define TRANSFRMX_TXMOZILLAXSLTPROCESSOR_H -#include "mozilla/Attributes.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/XSLTProcessorBinding.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/xslt/xslt/txRtfHandler.h b/dom/xslt/xslt/txRtfHandler.h @@ -6,7 +6,6 @@ #ifndef txRtfHandler_h___ #define txRtfHandler_h___ -#include "mozilla/Attributes.h" #include "txBufferingHandler.h" #include "txExprResult.h" #include "txXPathNode.h" diff --git a/dom/xslt/xslt/txStylesheetCompiler.h b/dom/xslt/xslt/txStylesheetCompiler.h @@ -6,7 +6,6 @@ #ifndef TRANSFRMX_TXSTYLESHEETCOMPILER_H #define TRANSFRMX_TXSTYLESHEETCOMPILER_H -#include "mozilla/Attributes.h" #include "mozilla/UniquePtr.h" #include "nsTArray.h" #include "txExpr.h" diff --git a/dom/xslt/xslt/txXPathResultComparator.h b/dom/xslt/xslt/txXPathResultComparator.h @@ -6,7 +6,6 @@ #ifndef TRANSFRMX_XPATHRESULTCOMPARATOR_H #define TRANSFRMX_XPATHRESULTCOMPARATOR_H -#include "mozilla/Attributes.h" #include "mozilla/Maybe.h" #include "mozilla/UniquePtr.h" #include "mozilla/intl/Collator.h" diff --git a/dom/xslt/xslt/txXSLTPatterns.h b/dom/xslt/xslt/txXSLTPatterns.h @@ -6,7 +6,6 @@ #ifndef TX_XSLT_PATTERNS_H #define TX_XSLT_PATTERNS_H -#include "mozilla/Attributes.h" #include "txExpandedName.h" #include "txExpr.h" #include "txXMLUtils.h" diff --git a/dom/xul/XULFrameElement.h b/dom/xul/XULFrameElement.h @@ -8,7 +8,6 @@ #define XULFrameElement_h__ #include "js/TypeDecls.h" -#include "mozilla/Attributes.h" #include "mozilla/dom/Nullable.h" #include "mozilla/dom/WindowProxyHolder.h" #include "nsCycleCollectionParticipant.h" diff --git a/dom/xul/XULTreeElement.h b/dom/xul/XULTreeElement.h @@ -7,7 +7,6 @@ #ifndef XULTreeElement_h__ #define XULTreeElement_h__ -#include "mozilla/Attributes.h" #include "nsCycleCollectionParticipant.h" #include "nsITreeView.h" #include "nsString.h" diff --git a/dom/xul/nsXULContentSink.h b/dom/xul/nsXULContentSink.h @@ -6,7 +6,6 @@ #ifndef nsXULContentSink_h__ #define nsXULContentSink_h__ -#include "mozilla/Attributes.h" #include "mozilla/WeakPtr.h" #include "nsIDTD.h" #include "nsIExpatSink.h" diff --git a/dom/xul/nsXULPrototypeDocument.h b/dom/xul/nsXULPrototypeDocument.h @@ -9,7 +9,6 @@ #include <functional> #include "js/TracingAPI.h" -#include "mozilla/Attributes.h" #include "nsCOMArray.h" #include "nsCOMPtr.h" #include "nsCycleCollectionParticipant.h"