From 1f2460d662b01aa7aaae1211ba0d9ae15a286138 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger Date: Thu, 3 Dec 2015 11:15:30 +0100 Subject: [PATCH] drivers/at86rf2xx: don't inlcude the header in itselfs --- drivers/include/at86rf2xx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/include/at86rf2xx.h b/drivers/include/at86rf2xx.h index 7bf08a370..c13a3f4db 100644 --- a/drivers/include/at86rf2xx.h +++ b/drivers/include/at86rf2xx.h @@ -34,7 +34,6 @@ #include "periph/spi.h" #include "periph/gpio.h" #include "net/gnrc/netdev.h" -#include "at86rf2xx.h" #ifdef __cplusplus extern "C" {