From 7b3f77ac2e0a75cef35e4cb682546774159172be Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 17 Oct 2017 23:25:13 +0100 Subject: [PATCH] Remove leftover includes --- arch/platform/native/platform.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/platform/native/platform.c b/arch/platform/native/platform.c index ddc1f22fd..d5ca53dc7 100644 --- a/arch/platform/native/platform.c +++ b/arch/platform/native/platform.c @@ -69,12 +69,6 @@ #include "net/ipv6/uip-ds6.h" #endif /* NETSTACK_CONF_WITH_IPV6 */ -#if BUILD_WITH_ORCHESTRA -#include "orchestra.h" -#endif /* BUILD_WITH_ORCHESTRA */ -#if BUILD_WITH_SHELL -#include "serial-shell.h" -#endif /* BUILD_WITH_SHELL */ #ifdef SELECT_CONF_MAX #define SELECT_MAX SELECT_CONF_MAX