From 55285a4959d786436b9e0a598a36ef12ae9861c6 Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Wed, 16 Jun 2021 16:19:23 +0200 Subject: [PATCH] examples/gnrc_lorawan: remove xtimer header --- examples/gnrc_lorawan/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/gnrc_lorawan/main.c b/examples/gnrc_lorawan/main.c index bd14363813..64971ac2d5 100644 --- a/examples/gnrc_lorawan/main.c +++ b/examples/gnrc_lorawan/main.c @@ -22,7 +22,6 @@ #include #include "thread.h" -#include "xtimer.h" #include "shell.h" #include "shell_commands.h"