summaryrefslogtreecommitdiffstats
path: root/dom/svg/SVGElementFactory.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 14:55:34 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-26 10:20:27 +0200
commit11519ee6d2dd64db8089a74013feac50d58fcf43 (patch)
tree87bca3e4f54a2136e420566a8773bbbc93e3bc35 /dom/svg/SVGElementFactory.cpp
parent8a343284d90c79797961be371605e0147c5d2a8d (diff)
downloadUXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar
UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.gz
UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.lz
UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.tar.xz
UXP-11519ee6d2dd64db8089a74013feac50d58fcf43.zip
Issue #80 - De-unify dom/svg
Diffstat (limited to 'dom/svg/SVGElementFactory.cpp')
-rw-r--r--dom/svg/SVGElementFactory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/svg/SVGElementFactory.cpp b/dom/svg/SVGElementFactory.cpp
index abbb0a865..3738275f3 100644
--- a/dom/svg/SVGElementFactory.cpp
+++ b/dom/svg/SVGElementFactory.cpp
@@ -7,9 +7,7 @@
#include "SVGElementFactory.h"
#include "nsGkAtoms.h"
#include "nsIContent.h"
-#include "mozilla/dom/NodeInfo.h"
#include "mozilla/dom/Element.h"
-#include "mozilla/dom/FromParser.h"
using namespace mozilla;
using namespace mozilla::dom;