Merge pull request #188 from g-oikonomou/contrib/unconditional-include

Include headers unconditionally
This commit is contained in:
Simon Duquennoy 2017-11-21 16:49:29 +01:00 committed by GitHub
commit c687b615ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>