toolchain: only include <zephyr/toolchain.h>
It is wrong to use toolchain-specific header files. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e5de0b6824
commit
aaeb0a672e
20 changed files with 20 additions and 20 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <zephyr/bluetooth/bluetooth.h>
|
||||
#include <zephyr/bluetooth/conn.h>
|
||||
#include <zephyr/settings/settings.h>
|
||||
#include <zephyr/toolchain/gcc.h>
|
||||
#include <zephyr/toolchain.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <zephyr/bluetooth/bluetooth.h>
|
||||
#include <zephyr/bluetooth/conn.h>
|
||||
#include <zephyr/settings/settings.h>
|
||||
#include <zephyr/toolchain/gcc.h>
|
||||
#include <zephyr/toolchain.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue