rc-update: missing includes from IWYU

This commit is contained in:
Sam James 2023-01-29 04:19:23 +00:00 committed by William Hubbs
parent 406ab2a4ca
commit f3be11a00d

View File

@ -17,7 +17,6 @@
#include <errno.h>
#include <getopt.h>
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
@ -29,6 +28,7 @@
#include "rc.h"
#include "misc.h"
#include "_usage.h"
#include "helpers.h"
const char *applet = NULL;
const char *extraopts = NULL;