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 2007/09/15 04:53:06 UTC

svn commit: r575860 - /xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp

Author: scantor
Date: Fri Sep 14 19:53:05 2007
New Revision: 575860

URL: http://svn.apache.org/viewvc?rev=575860&view=rev
Log:
Local reference to header fails during RPM build.

Modified:
    xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp

Modified: xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp?rev=575860&r1=575859&r2=575860&view=diff
==============================================================================
--- xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp (original)
+++ xml/security/trunk/c/src/framework/XSECAlgorithmMapper.cpp Fri Sep 14 19:53:05 2007
@@ -27,12 +27,10 @@
 // XSEC Includes
 
 #include <xsec/framework/XSECDefs.hpp>
+#include <xsec/framework/XSECAlgorithmHandler.hpp>
 #include <xsec/framework/XSECAlgorithmMapper.hpp>
 #include <xsec/framework/XSECError.hpp>
 #include <xsec/utils/XSECDOMUtils.hpp>
-
-#include "XSECAlgorithmMapper.hpp"
-#include "XSECAlgorithmHandler.hpp"
 
 // Xerces