From f3be11a00d6875f8e71cf96de553bcda215fbfb5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 04:19:23 +0000 Subject: [PATCH] rc-update: missing includes from IWYU --- src/rc-update/rc-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc-update/rc-update.c b/src/rc-update/rc-update.c index a6dea354..64d781a5 100644 --- a/src/rc-update/rc-update.c +++ b/src/rc-update/rc-update.c @@ -17,7 +17,6 @@ #include #include -#include #include #include #include @@ -29,6 +28,7 @@ #include "rc.h" #include "misc.h" #include "_usage.h" +#include "helpers.h" const char *applet = NULL; const char *extraopts = NULL;