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 na...@apache.org on 2006/04/04 01:12:56 UTC

svn commit: r391172 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c

Author: nadiramra
Date: Mon Apr  3 16:12:54 2006
New Revision: 391172

URL: http://svn.apache.org/viewcvs?rev=391172&view=rev
Log:
C support fixes/enhancements.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c?rev=391172&r1=391171&r2=391172&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/c/CalculatorDocClient.c Mon Apr  3 16:12:54 2006
@@ -13,7 +13,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-#include <axis/Axis.h>
 #include "CommonClientTestCode.h"
 
 #include "Calculator.h"