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/ClassDriver/MassStorage/Lib/DataflashManager.h | 4 ++-- Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h | 4 ++-- Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h | 4 ++-- Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h | 4 ++-- .../ClassDriver/VirtualSerialMassStorage/Lib/DataflashManager.h | 4 ++-- Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h | 4 ++-- Demos/Device/Incomplete/Sideshow/Lib/SideshowCommands.h | 2 +- Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h | 4 ++-- Demos/Device/LowLevel/MassStorage/Lib/SCSI.h | 4 ++-- Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) (limited to 'Demos/Device') diff --git a/Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h b/Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h index 3144c87ad..18606eaf1 100644 --- a/Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h +++ b/Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h @@ -39,8 +39,8 @@ /* Includes: */ #include - #include "MassStorage.h" - #include "Descriptors.h" + #include "../MassStorage.h" + #include "../Descriptors.h" #include #include diff --git a/Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h b/Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h index 635bd067f..d44662382 100644 --- a/Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h +++ b/Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h @@ -42,8 +42,8 @@ #include - #include "MassStorage.h" - #include "Descriptors.h" + #include "../MassStorage.h" + #include "../Descriptors.h" #include "DataflashManager.h" /* Macros: */ diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h b/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h index 8ef430aa5..f7552dc4a 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/DataflashManager.h @@ -39,8 +39,8 @@ /* Includes: */ #include - #include "MassStorageKeyboard.h" - #include "Descriptors.h" + #include "../MassStorageKeyboard.h" + #include "../Descriptors.h" #include #include diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h b/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h index cc4581dea..5c3d3bf97 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.h @@ -42,8 +42,8 @@ #include - #include "MassStorageKeyboard.h" - #include "Descriptors.h" + #include "../MassStorageKeyboard.h" + #include "../Descriptors.h" #include "DataflashManager.h" /* Macros: */ diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/DataflashManager.h b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/DataflashManager.h index dbcbb5dde..1d1238658 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/DataflashManager.h +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/DataflashManager.h @@ -39,8 +39,8 @@ /* Includes: */ #include - #include "VirtualSerialMassStorage.h" - #include "Descriptors.h" + #include "../VirtualSerialMassStorage.h" + #include "../Descriptors.h" #include #include diff --git a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h index 214ddafb5..83d5646c4 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h +++ b/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.h @@ -42,8 +42,8 @@ #include - #include "VirtualSerialMassStorage.h" - #include "Descriptors.h" + #include "../VirtualSerialMassStorage.h" + #include "../Descriptors.h" #include "DataflashManager.h" /* Macros: */ 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" diff --git a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h b/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h index ab68049f9..d70a86c19 100644 --- a/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h +++ b/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h @@ -39,8 +39,8 @@ /* Includes: */ #include - #include "MassStorage.h" - #include "Descriptors.h" + #include "../MassStorage.h" + #include "../Descriptors.h" #include #include diff --git a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h index 244daaa91..b0065cd13 100644 --- a/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h +++ b/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h @@ -44,8 +44,8 @@ #include #include - #include "MassStorage.h" - #include "Descriptors.h" + #include "../MassStorage.h" + #include "../Descriptors.h" #include "DataflashManager.h" /* Macros: */ diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h index cd2ff5578..8bf8bdfaf 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h @@ -40,7 +40,7 @@ #include #include - #include "RNDISEthernet.h" + #include "../RNDISEthernet.h" #include "Ethernet.h" /* External Variables: */ -- cgit v1.2.3