From af5744c3595dee92ff9ceb1e08314123baea35e5 Mon Sep 17 00:00:00 2001 From: Guillaume Solignac Date: Tue, 10 Jan 2023 15:37:18 +0100 Subject: misc: use right include for fctnl.h and poll.h Musl is stricter than glibc and has a warning that including fctnl.h and poll.h should be prefered rather than their sys/ counterparts, which breaks -Wall setups. Type: fix Signed-off-by: Guillaume Solignac Change-Id: Id101e999371951b0927cc8c4109f8f1536de1bc2 --- src/tools/g2/clib.c | 1 - src/tools/g2/cpel.c | 1 - src/tools/g2/events.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/tools/g2') diff --git a/src/tools/g2/clib.c b/src/tools/g2/clib.c index 3cfc2637673..bb1f2026a43 100644 --- a/src/tools/g2/clib.c +++ b/src/tools/g2/clib.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/tools/g2/cpel.c b/src/tools/g2/cpel.c index 8bcc91e674e..0d1873431b7 100644 --- a/src/tools/g2/cpel.c +++ b/src/tools/g2/cpel.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/src/tools/g2/events.c b/src/tools/g2/events.c index 09054b71324..ef85c208b3c 100644 --- a/src/tools/g2/events.c +++ b/src/tools/g2/events.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include -- cgit 1.2.3-korg