From 7416ebd7c6591c95a0ae79be8ed10203714d385d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 29 Feb 2012 17:04:04 +0000 Subject: Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects. --- Projects/Webserver/Lib/DataflashManager.h | 2 +- Projects/Webserver/Lib/uIPManagement.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Projects/Webserver/Lib') diff --git a/Projects/Webserver/Lib/DataflashManager.h b/Projects/Webserver/Lib/DataflashManager.h index bdc27a2a0..af76f7f62 100644 --- a/Projects/Webserver/Lib/DataflashManager.h +++ b/Projects/Webserver/Lib/DataflashManager.h @@ -39,7 +39,7 @@ /* Includes: */ #include - #include "Descriptors.h" + #include "../Descriptors.h" #include #include diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index d51df090b..390d3c448 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -44,10 +44,10 @@ #include #include - #include "Lib/DHCPClientApp.h" - #include "Lib/DHCPServerApp.h" - #include "Lib/HTTPServerApp.h" - #include "Lib/TELNETServerApp.h" + #include "DHCPClientApp.h" + #include "DHCPServerApp.h" + #include "HTTPServerApp.h" + #include "TELNETServerApp.h" /* Macros: */ /** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */ -- cgit v1.2.3