Skip to content

Commit

Permalink
rc-abort: missing includes from IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam authored and williamh committed Jan 29, 2023
1 parent 28ecb38 commit a7bd131
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/rc-abort/rc-abort.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a7bd131

Please sign in to comment.