Include headers unconditionally

This commit is contained in:
George Oikonomou 2017-11-21 15:13:57 +00:00
parent 075a30e68f
commit 80bfbe67e8
1 changed files with 2 additions and 6 deletions

View File

@ -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>