You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2018/06/11 16:27:33 UTC

svn commit: r1833342 - /santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp

Author: scantor
Date: Mon Jun 11 16:27:33 2018
New Revision: 1833342

URL: http://svn.apache.org/viewvc?rev=1833342&view=rev
Log:
Header cleanup.

Modified:
    santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp

Modified: santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp?rev=1833342&r1=1833341&r2=1833342&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/samples/IOStreamOutputter.cpp Mon Jun 11 16:27:33 2018
@@ -36,8 +36,10 @@
  */
 
 #include "IOStreamOutputter.hpp"
+#include "utils/XSECDOMUtils.hpp"
+
 #include <xercesc/parsers/XercesDOMParser.hpp>
-#include <xsec/utils/XSECDOMUtils.hpp>
+
 #include <memory.h>
 
 // Uplift everything to the Xerces name space