From: Bartosz Golaszewski Date: Thu, 17 Dec 2020 16:32:23 +0000 (+0100) Subject: core: remove unneeded include from gpiod.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de84633d687961a485eda683dc06c79624ac855e;p=qemu-gpiodev%2Flibgpiod.git core: remove unneeded include from gpiod.h This header is a leftover from previous development. Remove it as nobody requires it. Signed-off-by: Bartosz Golaszewski --- diff --git a/include/gpiod.h b/include/gpiod.h index a7e7348..b82d507 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -8,7 +8,6 @@ #ifndef __LIBGPIOD_GPIOD_H__ #define __LIBGPIOD_GPIOD_H__ -#include #include #include #include