openthread: remove GNRC header include
Including a GNRC header into OpenThread doesn't make sense, since it is a different network stack.
This commit is contained in:
parent
eb7f32f5d0
commit
b4f5b19153
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "openthread/ip6.h"
|
#include "openthread/ip6.h"
|
||||||
#include "openthread/thread.h"
|
#include "openthread/thread.h"
|
||||||
|
|||||||
@ -30,7 +30,7 @@ extern "C" {
|
|||||||
#include "net/netopt.h"
|
#include "net/netopt.h"
|
||||||
#include "net/ieee802154.h"
|
#include "net/ieee802154.h"
|
||||||
#include "net/ethernet.h"
|
#include "net/ethernet.h"
|
||||||
#include "net/gnrc/netdev.h"
|
#include "net/netdev.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "openthread/types.h"
|
#include "openthread/types.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user