From 04c48138a822bbf4558b06e3560b0f33b8b95995 Mon Sep 17 00:00:00 2001 From: Richard Barry 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. --- 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