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. --- Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/MassStorageHost') diff --git a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h index 5e4e04da4..5b050e8b1 100644 --- a/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h +++ b/Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.h @@ -39,7 +39,7 @@ /* Includes: */ #include - #include "MassStorageHost.h" + #include "../MassStorageHost.h" #include -- cgit v1.2.3