Skip to content

Commit

Permalink
Bug 1881188 - Remove nsLayoutCID.h r=emilio
Browse files Browse the repository at this point in the history
All of this stuff has been converted to static registration, making this file
unneeded.

Differential Revision: https://phabricator.services.mozilla.com/D202291
  • Loading branch information
gregorypappas committed Feb 21, 2024
1 parent a29d2e7 commit 153106a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 110 deletions.
1 change: 0 additions & 1 deletion dom/base/nsWindowRoot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "nsWindowRoot.h"
#include "nsPIDOMWindow.h"
#include "nsPresContext.h"
#include "nsLayoutCID.h"
#include "nsContentCID.h"
#include "nsString.h"
#include "nsFrameLoaderOwner.h"
Expand Down
1 change: 0 additions & 1 deletion dom/html/TextControlState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "nsCOMPtr.h"
#include "nsView.h"
#include "nsCaret.h"
#include "nsLayoutCID.h"
#include "nsITextControlFrame.h"
#include "nsContentCreatorFunctions.h"
#include "nsTextControlFrame.h"
Expand Down
2 changes: 0 additions & 2 deletions dom/html/nsHTMLContentSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
#include "nsIDocShell.h"
#include "nsIScriptContext.h"

#include "nsLayoutCID.h"

#include "nsEscape.h"
#include "nsNodeInfoManager.h"
#include "nsContentCreatorFunctions.h"
Expand Down
1 change: 0 additions & 1 deletion dom/xhr/XMLHttpRequestMainThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#include "nsDataChannel.h"
#include "nsIJARChannel.h"
#include "nsIJARURI.h"
#include "nsLayoutCID.h"
#include "nsReadableUtils.h"
#include "nsSandboxFlags.h"

Expand Down
1 change: 0 additions & 1 deletion dom/xml/XMLDocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "nsNetUtil.h"
#include "nsError.h"
#include "nsIPrincipal.h"
#include "nsLayoutCID.h"
#include "mozilla/dom/Attr.h"
#include "nsCExternalHandlerService.h"
#include "nsMimeTypes.h"
Expand Down
1 change: 0 additions & 1 deletion dom/xul/nsXULContentSink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "nsParserBase.h"
#include "nsViewManager.h"
#include "nsIScriptSecurityManager.h"
#include "nsLayoutCID.h"
#include "nsNetUtil.h"
#include "nsString.h"
#include "nsReadableUtils.h"
Expand Down
1 change: 0 additions & 1 deletion dom/xul/nsXULContentUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "mozilla/dom/Document.h"
#include "mozilla/dom/Element.h"
#include "nsXULContentUtils.h"
#include "nsLayoutCID.h"
#include "nsString.h"
#include "nsGkAtoms.h"

Expand Down
1 change: 0 additions & 1 deletion layout/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

EXPORTS += [
"nsContentDLF.h",
"nsLayoutCID.h",
"nsLayoutStatics.h",
]

Expand Down
97 changes: 0 additions & 97 deletions layout/build/nsLayoutCID.h

This file was deleted.

1 change: 0 additions & 1 deletion layout/build/nsLayoutModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "nsPlainTextSerializer.h"
#include "nsXMLContentSerializer.h"
#include "nsXHTMLContentSerializer.h"
#include "nsLayoutCID.h"
#include "nsFocusManager.h"
#include "ThirdPartyUtil.h"
#include "gfxPlatform.h"
Expand Down
1 change: 0 additions & 1 deletion layout/generic/nsFrameSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@

#include "nsGkAtoms.h"
#include "nsLayoutUtils.h"
#include "nsLayoutCID.h"
#include "nsBidiPresUtils.h"
#include "nsTextFrame.h"

Expand Down
2 changes: 0 additions & 2 deletions layout/tools/layout-debug/src/nsLayoutDebuggingTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "nsViewManager.h"
#include "nsIFrame.h"

#include "nsLayoutCID.h"

#include "mozilla/dom/Document.h"
#include "mozilla/dom/Element.h"
#include "mozilla/Preferences.h"
Expand Down

0 comments on commit 153106a

Please sign in to comment.