Use <> for include files instead of ""
Using angle brackets <> for include files instead of "" improves coding consistency. Change-Id: I5edb71be8f834b5090e71b16c7b542429db89711 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
bd969c97cc
commit
dd87d51646
17 changed files with 78 additions and 78 deletions
|
@ -30,10 +30,10 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "minik.h"
|
||||
#include "toolchain.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <minik.h>
|
||||
#include <toolchain.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
int _task_pipe_get(kpipe_t Id,
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
|
||||
/* includes */
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "minik.h"
|
||||
#include "toolchain.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <minik.h>
|
||||
#include <toolchain.h>
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "minik.h"
|
||||
#include "toolchain.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <minik.h>
|
||||
#include <toolchain.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include "kchan.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <kchan.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,13 +30,13 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "ksema.h"
|
||||
#include "kmemp.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <ksema.h>
|
||||
#include <kmemp.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
|
||||
/* includes */
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kchan.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kchan.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kticks.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "microkernel/k_struct.h"
|
||||
#include "kmemcpy.h"
|
||||
#include "minik.h"
|
||||
#include "kchan.h"
|
||||
#include "kticks.h"
|
||||
#include <microkernel/k_struct.h>
|
||||
#include <kmemcpy.h>
|
||||
#include <minik.h>
|
||||
#include <kchan.h>
|
||||
#include <kticks.h>
|
||||
#include <string_s.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -42,9 +42,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "microkernel/k_types.h"
|
||||
#include "ch_buff.h"
|
||||
#include "ch_buffm.h"
|
||||
#include <microkernel/k_types.h>
|
||||
#include <ch_buff.h>
|
||||
#include <ch_buffm.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <misc/__assert.h>
|
||||
|
|
|
@ -38,10 +38,10 @@ extern "C" {
|
|||
/******************************************************************/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "microkernel/k_types.h"
|
||||
#include "microkernel/k_chstr.h" /* definition of all channel related data \
|
||||
#include <microkernel/k_types.h>
|
||||
#include <microkernel/k_chstr.h> /* definition of all channel related data \
|
||||
structures */
|
||||
#include "ch_buffm.h"
|
||||
#include <ch_buffm.h>
|
||||
#include <string.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue