From c3fd98b25607d0f7f5977586d188f88ab226a9b8 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 21 Nov 2006 20:58:59 +0000 Subject: decoupling of nanohttp/libcsoap --- libcsoap/soap-xml.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libcsoap/soap-xml.h') diff --git a/libcsoap/soap-xml.h b/libcsoap/soap-xml.h index 801091d..9b0a7a5 100644 --- a/libcsoap/soap-xml.h +++ b/libcsoap/soap-xml.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-xml.h,v 1.9 2006/11/21 08:34:34 m0gg Exp $ + * $Id: soap-xml.h,v 1.10 2006/11/21 20:59:02 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -27,8 +27,6 @@ #include #include -#include - static const char * const soap_env_ns = "http://schemas.xmlsoap.org/soap/envelope/"; static const char * const soap_env_enc = "http://schemas.xmlsoap.org/soap/encoding/"; static const char * const soap_xsi_ns = "http://www.w3.org/1999/XMLSchema-instance"; -- cgit v1.1-32-gdbae