diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-27 02:03:38 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-27 02:03:38 +0200 |
commit | 78e9b653a4376f28ea2632360888b737b330a484 (patch) | |
tree | 6887c351fa15ad60002216a9ccd2e4c2521c0505 /dom | |
parent | 6d9aeb533b29b4cb0dbd2693480414237cf98963 (diff) | |
download | uxp-78e9b653a4376f28ea2632360888b737b330a484.tar.gz |
Revert "Issue mcp-graveyard/UXP#1564 - Fix debug build dependencies for g4jc"
This reverts commit 101c06946e6174734e494d260fa53d78255fea89.
Diffstat (limited to 'dom')
-rw-r--r-- | dom/base/ShadowRoot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/ShadowRoot.h b/dom/base/ShadowRoot.h index 68d806d390..21c6e1733d 100644 --- a/dom/base/ShadowRoot.h +++ b/dom/base/ShadowRoot.h @@ -15,7 +15,6 @@ #include "nsIdentifierMapEntry.h" #include "nsTHashtable.h" #include "nsXBLBinding.h" -#include "nsIDOMDocument.h" class nsIAtom; class nsIContent; |