From 80bfbe67e8f32563ea9c4d27d9a36a1afcc2ca4f Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 21 Nov 2017 15:13:57 +0000 Subject: [PATCH] Include headers unconditionally --- os/contiki-main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/os/contiki-main.c b/os/contiki-main.c index a995d5ee5..88bea0a10 100644 --- a/os/contiki-main.c +++ b/os/contiki-main.c @@ -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 #include