From d7d4a0d765d12cc152c62a37b490702c39d76447 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 23:32:23 +0000 Subject: Switching to C99 stdint.h types git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2340 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/net/uip/httpd.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nuttx/include/net/uip/httpd.h') diff --git a/nuttx/include/net/uip/httpd.h b/nuttx/include/net/uip/httpd.h index 44d4d8f4a..cd850e51d 100644 --- a/nuttx/include/net/uip/httpd.h +++ b/nuttx/include/net/uip/httpd.h @@ -1,7 +1,7 @@ /**************************************************************************** * net/uip/httpd.h * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Based on uIP which also has a BSD style license: @@ -44,8 +44,6 @@ * Included Files ****************************************************************************/ -#include - /**************************************************************************** * Public Function Prototypes ****************************************************************************/ -- cgit v1.2.3