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:57:16 UTC

svn commit: r575861 - /xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp

Author: scantor
Date: Fri Sep 14 19:57:15 2007
New Revision: 575861

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

Modified:
    xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp

Modified: xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp?rev=575861&r1=575860&r2=575861&view=diff
==============================================================================
--- xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp (original)
+++ xml/security/trunk/c/src/transformers/TXFMConcatChains.cpp Fri Sep 14 19:57:15 2007
@@ -26,9 +26,8 @@
 
 #include <xsec/framework/XSECDefs.hpp>
 
-#include "TXFMConcatChains.hpp"
-
 #include <xsec/transformers/TXFMChain.hpp>
+#include <xsec/transformers/TXFMConcatChains.hpp>
 #include <xsec/framework/XSECError.hpp>
 
 XERCES_CPP_NAMESPACE_USE