samples: Remove board.h include
Remove including board.h from samples that don't need it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c78379bc26
commit
856decf2f7
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <board.h>
|
||||
#include <device.h>
|
||||
#include <gpio.h>
|
||||
#include <misc/util.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <gpio.h>
|
||||
#include <misc/printk.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <board.h>
|
||||
#include <string.h>
|
||||
|
||||
/* size of stack area used by each thread */
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
#include <misc/printk.h>
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
#include <device.h>
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
#include <misc/printk.h>
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
#include <device.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -49,8 +49,6 @@
|
|||
#include <bluetooth/mesh.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <board.h>
|
||||
|
||||
/* Model Operation Codes */
|
||||
#define BT_MESH_MODEL_OP_GEN_ONOFF_GET BT_MESH_MODEL_OP_2(0x82, 0x01)
|
||||
#define BT_MESH_MODEL_OP_GEN_ONOFF_SET BT_MESH_MODEL_OP_2(0x82, 0x02)
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "ble_mesh.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "common.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "common.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "common.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
|
||||
#include "common.h"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#define LOG_MODULE_NAME net_irc_bot
|
||||
#define NET_LOG_LEVEL LOG_LEVEL_DBG
|
||||
|
||||
#include <board.h>
|
||||
#include <random/rand32.h>
|
||||
#include <errno.h>
|
||||
#include <gpio.h>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <board.h>
|
||||
|
||||
#include <misc/byteorder.h>
|
||||
#include <net/net_core.h>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||
|
||||
#include <board.h>
|
||||
#include <zephyr.h>
|
||||
#include <gpio.h>
|
||||
#include <net/lwm2m.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#define LOG_MODULE_NAME net_nats_app_main
|
||||
#define NET_LOG_LEVEL LOG_LEVEL_DBG
|
||||
|
||||
#include <board.h>
|
||||
#include <gpio.h>
|
||||
#include <net/net_context.h>
|
||||
#include <net/net_core.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
#include <errno.h>
|
||||
#include <board.h>
|
||||
|
||||
#include <misc/byteorder.h>
|
||||
#include <net/net_core.h>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <stdio.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <string.h>
|
||||
#include <board.h>
|
||||
#include <uart.h>
|
||||
#include <misc/byteorder.h>
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
|
||||
#include <zephyr.h>
|
||||
#include <misc/reboot.h>
|
||||
#include <board.h>
|
||||
#include <device.h>
|
||||
#include <string.h>
|
||||
#include <nvs/nvs.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc_power.h>
|
||||
#include <misc/printk.h>
|
||||
#include <string.h>
|
||||
#include <board.h>
|
||||
#include <device.h>
|
||||
#include <gpio.h>
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include <zephyr.h>
|
||||
#include <board.h>
|
||||
#include <device.h>
|
||||
#include <gpio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue