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/02/15 05:43:31 UTC

svn commit: r377939 - /webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c

Author: nandika
Date: Tue Feb 14 20:43:27 2006
New Revision: 377939

URL: http://svn.apache.org/viewcvs?rev=377939&view=rev
Log:
unistd.h header removed from included headers

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c?rev=377939&r1=377938&r2=377939&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c Tue Feb 14 20:43:27 2006
@@ -15,7 +15,6 @@
  */
  
 #include <axis2_simple_http_svr_conn.h>
-#include <unistd.h>
 #include <axis2_http_transport.h>
 #include <axis2_string.h>
 #include <axis2_network_handler.h>