samples: hello_world: remove redundant header
<zephyr.h> ends up pulling <sys/printk.h> via <kernel_includes.h>, so simplify the sample. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
3efc73f031
commit
6c261f2e5a
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <sys/printk.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue