1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/net/gnrc_netif: remove non necessary xtimer include

This commit is contained in:
Alexandre Abadie 2023-05-24 10:15:14 +02:00
parent dda2450eb6
commit 8b53e74adb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -38,7 +38,6 @@
#include "net/netif.h"
#include "test_utils/expect.h"
#include "utlist.h"
#include "xtimer.h"
#define ETHERNET_STACKSIZE (THREAD_STACKSIZE_MAIN)
#define IEEE802154_STACKSIZE (THREAD_STACKSIZE_MAIN)