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 05:11:34 UTC

svn commit: r575863 - /xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp

Author: scantor
Date: Fri Sep 14 20:11:33 2007
New Revision: 575863

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

Modified:
    xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp

Modified: xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp?rev=575863&r1=575862&r2=575863&view=diff
==============================================================================
--- xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp (original)
+++ xml/security/trunk/c/src/utils/XSECTXFMInputSource.cpp Fri Sep 14 20:11:33 2007
@@ -25,9 +25,9 @@
  */
 
 
-#include "XSECTXFMInputSource.hpp"
 #include <xsec/transformers/TXFMBase.hpp>
 #include <xsec/utils/XSECBinTXFMInputStream.hpp>
+#include <xsec/utils/XSECTXFMInputSource.hpp>
 #include <xsec/framework/XSECError.hpp>
 
 #include <xercesc/util/BinInputStream.hpp>