From c9561f6c70e20b18bf7a41769fea178896f885bc Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 15 Feb 2010 17:15:10 +0000 Subject: [PATCH] Change path to included header files so they are now included from the apps directory. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@981 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/Common/ethernet/FreeTCPIP/apps/httpd/httpd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Demo/Common/ethernet/FreeTCPIP/apps/httpd/httpd.c b/Demo/Common/ethernet/FreeTCPIP/apps/httpd/httpd.c index 9ef8844d9..93667da82 100644 --- a/Demo/Common/ethernet/FreeTCPIP/apps/httpd/httpd.c +++ b/Demo/Common/ethernet/FreeTCPIP/apps/httpd/httpd.c @@ -54,10 +54,10 @@ * $Id: httpd.c,v 1.2 2006/06/11 21:46:38 adam Exp $ */ #include "net/uip.h" -#include "net/httpd.h" -#include "net/httpd-fs.h" -#include "net/httpd-cgi.h" -#include "net/http-strings.h" +#include "apps/httpd/httpd.h" +#include "apps/httpd/httpd-fs.h" +#include "apps/httpd/httpd-cgi.h" +#include "apps/httpd/http-strings.h" #include -- 2.39.2