You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by su...@apache.org on 2008/08/05 10:48:05 UTC

svn commit: r682634 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c

Author: supun
Date: Tue Aug  5 01:48:05 2008
New Revision: 682634

URL: http://svn.apache.org/viewvc?rev=682634&view=rev
Log:
fixed a typo: including the same header twice.

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c?rev=682634&r1=682633&r2=682634&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_receiver.c Tue Aug  5 01:48:05 2008
@@ -20,7 +20,6 @@
 
 #include <axis2_http_transport.h>
 #include <axis2_http_svr_thread.h>
-#include <axis2_http_server.h>
 #include <axis2_transport_in_desc.h>
 #include <axutil_param_container.h>
 #include <axutil_url.h>