diff options
Diffstat (limited to 'libcsoap/soap-ctx.h')
-rwxr-xr-x | libcsoap/soap-ctx.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libcsoap/soap-ctx.h b/libcsoap/soap-ctx.h index d418037..a70a88f 100755 --- a/libcsoap/soap-ctx.h +++ b/libcsoap/soap-ctx.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-ctx.h,v 1.9 2006/03/06 13:37:38 m0gg Exp $ + * $Id: soap-ctx.h,v 1.10 2006/11/19 09:40:14 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,9 +24,6 @@ #ifndef cSOAP_CTX_H #define cSOAP_CTX_H -#include <nanohttp/nanohttp-common.h> -#include <nanohttp/nanohttp-server.h> - #include <libcsoap/soap-env.h> #define SOAP_ERROR_NO_FILE_ATTACHED 4001 |