Include headers unconditionally
This commit is contained in:
parent
075a30e68f
commit
80bfbe67e8
@ -46,12 +46,8 @@
|
||||
#include "sys/energest.h"
|
||||
#include "dev/watchdog.h"
|
||||
|
||||
#if BUILD_WITH_ORCHESTRA
|
||||
#include "os/services/orchestra/orchestra.h"
|
||||
#endif /* BUILD_WITH_ORCHESTRA */
|
||||
#if BUILD_WITH_SHELL
|
||||
#include "os/services/shell/serial-shell.h"
|
||||
#endif /* BUILD_WITH_SHELL */
|
||||
#include "services/orchestra/orchestra.h"
|
||||
#include "services/shell/serial-shell.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user