From 495a4c8fb161801f256987a27fee7c3513d37a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 15 Aug 2021 16:34:46 +0200 Subject: [PATCH] =?UTF-8?q?log:=20remove=20unused=20include=20=E2=80=9Cdeb?= =?UTF-8?q?ug.h=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/log.c b/log.c index 52595bc..c1adcd0 100644 --- a/log.c +++ b/log.c @@ -11,8 +11,6 @@ #include #include -#include "debug.h" - #define ALEN(v) (sizeof(v) / sizeof((v)[0])) #define UNUSED __attribute__((unused))