From 949a8d0b46d6baa9f42c2f8c3bd5e3bdc3596cbd Mon Sep 17 00:00:00 2001 From: m0gg Date: Sun, 19 Nov 2006 09:40:14 +0000 Subject: nanohttp admin patch; code cleanup --- nanohttp/nanohttp-common.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nanohttp/nanohttp-common.h') diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h index 2cd4bb8..bf54a12 100644 --- a/nanohttp/nanohttp-common.h +++ b/nanohttp/nanohttp-common.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.h,v 1.31 2006/07/09 16:24:19 snowdrop Exp $ + * $Id: nanohttp-common.h,v 1.32 2006/11/19 09:40:14 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003-2004 Ferhat Ayaz @@ -24,9 +24,6 @@ #ifndef NANO_HTTP_COMMON_H #define NANO_HTTP_COMMON_H -#include -#include - #define HEADER_CONTENT_ID "Content-Id" #define HEADER_CONTENT_TRANSFER_ENCODING "Content-Transfer-Encoding" #define TRANSFER_ENCODING_CHUNKED "chunked" @@ -284,7 +281,6 @@ char *strtok_r(char *s, const char *delim, char **save_ptr); struct tm *localtime_r(const time_t * const timep, struct tm *p_tm); #endif -typedef unsigned char byte_t; typedef void *herror_t; herror_t herror_new(const char *func, int errcode, const char *format, ...); -- cgit v1.1-32-gdbae