From de91b17cf738e1370343c2eff339e151ee11efbd Mon Sep 17 00:00:00 2001
From: "Peter.VanderBeken%pandora.be" <Peter.VanderBeken%pandora.be>
Date: Thu, 22 Jun 2000 07:27:54 +0000
Subject: [PATCH] Remove include workaround. Not part of build yet. a=leaf.

---
 extensions/transformiix/source/xml/dom/standalone/dom.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/extensions/transformiix/source/xml/dom/standalone/dom.h b/extensions/transformiix/source/xml/dom/standalone/dom.h
index 8817b36eeac87..f1afd096a4b13 100644
--- a/extensions/transformiix/source/xml/dom/standalone/dom.h
+++ b/extensions/transformiix/source/xml/dom/standalone/dom.h
@@ -29,10 +29,6 @@
 // LF   08/06/1999  Changed static const short NodeType to enum
 //                  Added "friend NamedNodeMap"; to NodeListDefinition
 //
-// XXX HACK (Pvdb) This should be removed once the dom directories have been reorganized
-#ifdef MOZILLA
-#include "mozilladom.h"
-#else
 
 #ifndef MITRE_DOM
 #define MITRE_DOM
@@ -568,5 +564,3 @@ class DocumentType : public NodeDefinition
 const String NULL_STRING;
 
 #endif
-
-#endif //MOZILLA
-- 
GitLab