Include headers unconditionally

This commit is contained in:
George Oikonomou 2017-11-21 15:13:57 +00:00
parent 075a30e68f
commit 80bfbe67e8

View File

@ -46,12 +46,8 @@
#include "sys/energest.h" #include "sys/energest.h"
#include "dev/watchdog.h" #include "dev/watchdog.h"
#if BUILD_WITH_ORCHESTRA #include "services/orchestra/orchestra.h"
#include "os/services/orchestra/orchestra.h" #include "services/shell/serial-shell.h"
#endif /* BUILD_WITH_ORCHESTRA */
#if BUILD_WITH_SHELL
#include "os/services/shell/serial-shell.h"
#endif /* BUILD_WITH_SHELL */
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>