diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 04:17:55 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-01-29 11:32:22 -0600 |
commit | a7bd13145bd904b4616b6107e074aa61b6c049de (patch) | |
tree | 27f2fb8aa4357a3c3d54a6cdd0c5aa28973de831 /src/rc-abort/rc-abort.c | |
parent | 28ecb38515d6a8a52fa524a5fee8fda3e7cb8252 (diff) |
rc-abort: missing includes from IWYU
Diffstat (limited to 'src/rc-abort/rc-abort.c')
-rw-r--r-- | src/rc-abort/rc-abort.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/rc-abort/rc-abort.c b/src/rc-abort/rc-abort.c index 39a22c94..9883f6fe 100644 --- a/src/rc-abort/rc-abort.c +++ b/src/rc-abort/rc-abort.c @@ -10,20 +10,11 @@ * except according to the terms contained in the LICENSE file. */ -#include <sys/types.h> -#include <sys/time.h> - #include <errno.h> -#include <ctype.h> -#include <inttypes.h> -#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <string.h> -#include <syslog.h> -#include <time.h> -#include <unistd.h> #include "einfo.h" |