diff --git a/extensions/transformiix/source/xml/dom/standalone/dom.h b/extensions/transformiix/source/xml/dom/standalone/dom.h
index 8817b36eeac878ffbe598747200bfd7174cd8161..f1afd096a4b132e2652a38ad77730a19e4f58405 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