1
0
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:
Martine Lenders 2017-11-30 18:11:42 +01:00 committed by GitHub
commit 1ca465b140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"