log: remove unused include “debug.h”

This commit is contained in:
Daniel Eklöf 2021-08-15 16:34:46 +02:00
parent be10465a3b
commit 495a4c8fb1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
log.c
View file

@ -11,8 +11,6 @@
#include <unistd.h>
#include <assert.h>
#include "debug.h"
#define ALEN(v) (sizeof(v) / sizeof((v)[0]))
#define UNUSED __attribute__((unused))