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:
Martine Lenders 2017-11-30 13:59:45 +01:00
parent eb7f32f5d0
commit b4f5b19153
No known key found for this signature in database
GPG Key ID: 8E97A9FE55F25D62
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "thread.h"
#include "openthread/ip6.h"
#include "openthread/thread.h"

View File

@ -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"