]> git.sur5r.net Git - freertos/commitdiff
Change path to included header files so they are now included from the apps directory.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 15 Feb 2010 17:15:10 +0000 (17:15 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 15 Feb 2010 17:15:10 +0000 (17:15 +0000)
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

index 9ef8844d9ad73d79b89462711b0300e56df5757c..93667da82711f9ad7e9b66787f3d912d8a4d2b93 100644 (file)
  * $Id: httpd.c,v 1.2 2006/06/11 21:46:38 adam Exp $\r
  */\r
 #include "net/uip.h"\r
-#include "net/httpd.h"\r
-#include "net/httpd-fs.h"\r
-#include "net/httpd-cgi.h"\r
-#include "net/http-strings.h"\r
+#include "apps/httpd/httpd.h"\r
+#include "apps/httpd/httpd-fs.h"\r
+#include "apps/httpd/httpd-cgi.h"\r
+#include "apps/httpd/http-strings.h"\r
 \r
 #include <string.h>\r
 \r