From: richardbarry Date: Mon, 15 Feb 2010 17:15:10 +0000 (+0000) Subject: Change path to included header files so they are now included from the apps directory. X-Git-Tag: V6.0.3~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9561f6c70e20b18bf7a41769fea178896f885bc;p=freertos 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 --- 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