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/Device/Incomplete/Sideshow/Lib/SideshowCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h') diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h index 963164bc9..4f4b5c170 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h @@ -36,7 +36,7 @@ #include #include - #include "Sideshow.h" + #include "../Sideshow.h" #include "SideshowCommon.h" #include "SideshowApplications.h" #include "SideshowContent.h" -- cgit v1.2.3