From: Bartosz Golaszewski Date: Fri, 6 Jan 2017 13:45:16 +0000 (+0100) Subject: gpiod.h: don't include stdint.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=378fe6286d9cbc9911245ff71a435dee68f848da;p=qemu-gpiodev%2Flibgpiod.git gpiod.h: don't include stdint.h We can move this include to core.c. Signed-off-by: Bartosz Golaszewski --- diff --git a/core.c b/core.c index b8d28fa..2b73da1 100644 --- a/core.c +++ b/core.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include diff --git a/gpiod.h b/gpiod.h index 94616b7..9eaa90b 100644 --- a/gpiod.h +++ b/gpiod.h @@ -21,7 +21,6 @@ #define __GPIOD__ #include -#include #include #ifdef __cplusplus