From 378fe6286d9cbc9911245ff71a435dee68f848da Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 6 Jan 2017 14:45:16 +0100 Subject: [PATCH] gpiod.h: don't include stdint.h We can move this include to core.c. Signed-off-by: Bartosz Golaszewski --- core.c | 1 + gpiod.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2