From c80d6bb2ed3538f4c329607f5e2e9504d56aac9c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 04:17:05 +0000 Subject: checkpath: missing includes from IWYU --- src/checkpath/checkpath.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/checkpath') diff --git a/src/checkpath/checkpath.c b/src/checkpath/checkpath.c index 735be758..4a9f98ba 100644 --- a/src/checkpath/checkpath.c +++ b/src/checkpath/checkpath.c @@ -17,25 +17,24 @@ */ #define _GNU_SOURCE -#include -#include - #include #include #include #include -#include #include +#include #include #include #include +#include +#include #include #include "einfo.h" -#include "rc.h" #include "misc.h" #include "selinux.h" #include "_usage.h" +#include "helpers.h" typedef enum { inode_unknown = 0, -- cgit v1.2.3