diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-15 15:09:12 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-15 16:04:11 -0400 |
commit | 65a2b366004a253e9ed0b6709c5174614415812e (patch) | |
tree | fcd61caaa7e7053b5a8aeb1e2c4e6a2c8e6a4f19 /src/libudev | |
parent | 604b9042e3bab6f2046f2ce9b63767a6afcf438e (diff) |
src/libudev/log.c: remove uneeded #include <printf.h>
This header is unnecessary and causes a buildtime error on musl.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/log.c b/src/libudev/log.c index c06f05b799..1c1e538618 100644 --- a/src/libudev/log.c +++ b/src/libudev/log.c @@ -27,7 +27,6 @@ #include <sys/socket.h> #include <sys/un.h> #include <stddef.h> -#include <printf.h> #include "log.h" #include "util.h" |