You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sh...@apache.org on 2009/01/27 07:22:44 UTC

svn commit: r738011 - /webservices/axis2/trunk/c/axiom/include/axiom_xpath.h

Author: shankar
Date: Tue Jan 27 06:22:44 2009
New Revision: 738011

URL: http://svn.apache.org/viewvc?rev=738011&view=rev
Log:
removing axis2_util.h inclusion. axis2_util.h is a header file in axis2c/include, which is not needed to be included in xpath. including axutil_env.h and axutil_stack.h specifically...

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_xpath.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_xpath.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_xpath.h?rev=738011&r1=738010&r2=738011&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_xpath.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_xpath.h Tue Jan 27 06:22:44 2009
@@ -20,7 +20,8 @@
 #define AXIOM_XPATH_H
 
 #include <axiom.h>
-#include <axis2_util.h>
+#include <axutil_env.h>
+#include <axutil_stack.h>
 #include <axiom_soap.h>
 
 #ifdef __cplusplus