Fix DOMUtils header references.

git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1832576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xsec/tools/checksig/checksig.cpp b/xsec/tools/checksig/checksig.cpp
index 4f59881..f62ed38 100644
--- a/xsec/tools/checksig/checksig.cpp
+++ b/xsec/tools/checksig/checksig.cpp
@@ -37,9 +37,10 @@
 #include <xsec/dsig/DSIGSignature.hpp>
 #include <xsec/framework/XSECException.hpp>
 #include <xsec/enc/XSECCryptoException.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
 #include <xsec/enc/XSECKeyInfoResolverDefault.hpp>
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 // General
 
 #include <memory.h>
diff --git a/xsec/tools/cipher/cipher.cpp b/xsec/tools/cipher/cipher.cpp
index a301864..e4bc94c 100644
--- a/xsec/tools/cipher/cipher.cpp
+++ b/xsec/tools/cipher/cipher.cpp
@@ -42,7 +42,7 @@
 
 #include "XencInteropResolver.hpp"
 
-#include "../utils/XSECDOMUtils.hpp"
+#include "../../utils/XSECDOMUtils.hpp"
 
 // General
 
diff --git a/xsec/tools/siginf/siginf.cpp b/xsec/tools/siginf/siginf.cpp
index 9fd3dcb..19f890e 100644
--- a/xsec/tools/siginf/siginf.cpp
+++ b/xsec/tools/siginf/siginf.cpp
@@ -37,7 +37,6 @@
 #include <xsec/dsig/DSIGReference.hpp>
 #include <xsec/framework/XSECException.hpp>
 #include <xsec/enc/XSECCryptoException.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
 #include <xsec/enc/XSECKeyInfoResolverDefault.hpp>
 
 #include <xsec/dsig/DSIGTransformC14n.hpp>
@@ -50,6 +49,8 @@
 
 #include <xsec/dsig/DSIGTransformList.hpp>
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 // General
 
 #include <memory.h>
diff --git a/xsec/tools/templatesign/templatesign.cpp b/xsec/tools/templatesign/templatesign.cpp
index 1dcedc2..06d8dbe 100644
--- a/xsec/tools/templatesign/templatesign.cpp
+++ b/xsec/tools/templatesign/templatesign.cpp
@@ -38,7 +38,6 @@
 #include <xsec/dsig/DSIGKeyInfoX509.hpp>
 #include <xsec/framework/XSECException.hpp>
 #include <xsec/framework/XSECURIResolver.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
 #include <xsec/enc/XSECCryptoException.hpp>
 
 #if defined (XSEC_HAVE_OPENSSL)
@@ -64,6 +63,8 @@
 #   include <xsec/enc/WinCAPI/WinCAPICryptoKeyHMAC.hpp>
 #endif
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 #include <memory.h>
 #include <string.h>
 #include <iostream>
diff --git a/xsec/tools/threadTest/threadtest.cpp b/xsec/tools/threadTest/threadtest.cpp
index c9899a8..696702b 100644
--- a/xsec/tools/threadTest/threadtest.cpp
+++ b/xsec/tools/threadTest/threadtest.cpp
@@ -44,6 +44,8 @@
 #	endif
 #endif
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 #include <xercesc/util/PlatformUtils.hpp>
 #include <xercesc/dom/DOM.hpp>
 #include <xercesc/parsers/XercesDOMParser.hpp>
diff --git a/xsec/tools/txfmout/txfmout.cpp b/xsec/tools/txfmout/txfmout.cpp
index c09176f..453a671 100644
--- a/xsec/tools/txfmout/txfmout.cpp
+++ b/xsec/tools/txfmout/txfmout.cpp
@@ -39,9 +39,10 @@
 #include <xsec/framework/XSECException.hpp>
 #include <xsec/framework/XSECURIResolver.hpp>
 #include <xsec/enc/XSECCryptoException.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
 #include <xsec/utils/XSECBinTXFMInputStream.hpp>
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 // General
 
 #include <memory.h>
diff --git a/xsec/tools/xklient/xklient.cpp b/xsec/tools/xklient/xklient.cpp
index c99551a..fbc7a1d 100644
--- a/xsec/tools/xklient/xklient.cpp
+++ b/xsec/tools/xklient/xklient.cpp
@@ -40,7 +40,6 @@
 #include <xsec/enc/XSECCryptoException.hpp>
 #include <xsec/enc/XSCrypt/XSCryptCryptoBase64.hpp>
 #include <xsec/enc/XSECCryptoUtils.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
 #include <xsec/enc/XSECKeyInfoResolverDefault.hpp>
 
 #include <xsec/xkms/XKMSCompoundRequest.hpp>
@@ -75,6 +74,8 @@
 
 #include <xsec/utils/XSECSOAPRequestorSimple.hpp>
 
+#include "../../utils/XSECDOMUtils.hpp"
+
 // General
 
 #include <memory.h>