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 | 5d89ac37959d6f074e2a7e5a88991039d50ee9c3 (patch) | |
tree | 6887c351fa15ad60002216a9ccd2e4c2521c0505 /dom/base | |
parent | 101c06946e6174734e494d260fa53d78255fea89 (diff) | |
download | uxp-5d89ac37959d6f074e2a7e5a88991039d50ee9c3.tar.gz |
Revert "Issue #1564 - Fix debug build dependencies for g4jc"
This reverts commit 101c06946e6174734e494d260fa53d78255fea89.
Diffstat (limited to 'dom/base')
-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; |