Skip to content
Snippets Groups Projects
Unverified Commit b4f5b191 authored by Martine Lenders's avatar Martine Lenders
Browse files

openthread: remove GNRC header include

Including a GNRC header into OpenThread doesn't make sense, since it is
a different network stack.
parent eb7f32f5
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -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" { ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment