From c6bf3fc8977ac1826d42f8273d82efecb6bdd2ed Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 1 Dec 2021 09:59:57 +0100 Subject: [PATCH] drivers/hmc5883l: remove useless xtimer include --- drivers/hmc5883l/hmc5883l.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hmc5883l/hmc5883l.c b/drivers/hmc5883l/hmc5883l.c index 53b898754a..031de59f85 100644 --- a/drivers/hmc5883l/hmc5883l.c +++ b/drivers/hmc5883l/hmc5883l.c @@ -22,7 +22,6 @@ #include "hmc5883l.h" #include "log.h" -#include "xtimer.h" #define ENABLE_DEBUG 0 #include "debug.h"