mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
log: remove unused include “debug.h”
This commit is contained in:
parent
be10465a3b
commit
495a4c8fb1
1 changed files with 0 additions and 2 deletions
2
log.c
2
log.c
|
@ -11,8 +11,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "debug.h"
|
|
||||||
|
|
||||||
#define ALEN(v) (sizeof(v) / sizeof((v)[0]))
|
#define ALEN(v) (sizeof(v) / sizeof((v)[0]))
|
||||||
#define UNUSED __attribute__((unused))
|
#define UNUSED __attribute__((unused))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue