zephyr/subsys
Sebastian Bøe b7eaeb9f0a cleanup: Use quote include instead of system include
When the header file is located in the same directory as the source
file it is better to use a relative quote-include, e.g.

than a system include like

Avoiding the use of system includes in these cases is beneficial
because;

* The source code will be easier to build because there will be fewer
system include paths.

* It is easier for a user to determine where a quote-include header
  file is located than where a system include is located.

* You are less likely to encounter aliasing issues if the list of
  system include paths is minimized.

Authors:
Anas Nashif
Sebastian Bøe

Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-28 07:11:53 -04:00
..
bluetooth Bluetooth: controller: Fix Ctrl PDU Tx starvation assert 2017-10-25 16:16:47 +02:00
console
cpp
debug misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
dfu dfu: replace FLASH_ALIGN with FLASH_WRITE_BLOCK_SIZE 2017-10-06 22:12:23 -04:00
disk
driver_handlers kernel: Provide only one _SYSCALL_HANDLER() macro 2017-10-16 13:42:15 -04:00
fs doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
logging
net cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
shell
usb usb: Remove default Vendor and Product ID 2017-10-19 09:30:58 -04:00
Kconfig
Makefile sensors: implement system calls 2017-10-07 10:45:15 -07:00