mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #8183 from miri64/pkg/cleanup/rm-gnrc-from-openthread
openthread: remove GNRC header include
This commit is contained in:
commit
1ca465b140
@ -19,6 +19,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "thread.h"
|
||||
#include "openthread/ip6.h"
|
||||
#include "openthread/thread.h"
|
||||
|
@ -30,7 +30,7 @@ extern "C" {
|
||||
#include "net/netopt.h"
|
||||
#include "net/ieee802154.h"
|
||||
#include "net/ethernet.h"
|
||||
#include "net/gnrc/netdev.h"
|
||||
#include "net/netdev.h"
|
||||
#include "thread.h"
|
||||
#include "openthread/types.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user