From d563c93815feb6c92fb4247f2d4f2b1626cf126d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 25 Aug 2023 13:36:33 +0200 Subject: include: include via There is a minimum base that all our sources will end up needing. This is what provides. Add and there. It's unlikely that we want to implement anything, without having "bool" and "uint32_t" types available. Yes, this means the internal headers are not self-contained, with respect to what provides. This is the exception to the rule, and our internal headers should rely to have included for them. They should not include themselves, because needs always be included as first. So when an internal header would include it would be unnecessary, because the header is *always* included already. Signed-off-by: Thomas Haller Signed-off-by: Pablo Neira Ayuso --- src/netlink_delinearize.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/netlink_delinearize.c') diff --git a/src/netlink_delinearize.c b/src/netlink_delinearize.c index dfa816cf..1121f730 100644 --- a/src/netlink_delinearize.c +++ b/src/netlink_delinearize.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3