internal: remove util.h include

This commit is contained in:
Jari Vetoniemi 2022-02-19 09:05:47 +09:00 committed by Jari Vetoniemi
parent d201c48421
commit b427e0d35e

View File

@ -2,7 +2,6 @@
#define _BEMENU_INTERNAL_H_
#include "bemenu.h"
#include "util.h"
#if __GNUC__
# define BM_LOG_ATTR(x, y) __attribute__((format(printf, x, y)))