Author: samisa
Date: Tue Sep 25 23:55:16 2007
New Revision: 579489

URL: http://svn.apache.org/viewvc?rev=579489&view=rev
Log:
Fixed the warning

Modified:
    webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c

Modified: 
webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c
URL: 
http://svn.apache.org/viewvc/webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c?rev=579489&r1=579488&r2=579489&view=diff
==============================================================================
--- webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c 
(original)
+++ webservices/savan/trunk/c/samples/server/publisher/publisher_skeleton.c Tue 
Sep 25 23:55:16 2007
@@ -13,11 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "publisher.h"
+#include <axis2_util.h>
 #include <axis2_svc_skeleton.h>
-#include <platforms/axutil_platform_auto_sense.h>
 #include <axiom_element.h>
 #include <savan_publishing_client.h>
+
+#include "publisher.h"
 
 typedef struct publisher_data
 {


Reply via email to