summaryrefslogtreecommitdiff
path: root/src/lighttpd-angel.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-10 15:22:25 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-10 15:25:54 -0500
commitee9aea72ad5479770684f8411ae722e82424e821 (patch)
treed3aef4b94ef0a66406ebe09310e3320210bd414f /src/lighttpd-angel.c
parent5fe8322e167d4e8360c9076a7119329a25f85f27 (diff)
downloadlighttpd-git-ee9aea72ad5479770684f8411ae722e82424e821.tar.gz
[lighttpd-angel] remove unused includes
Diffstat (limited to 'src/lighttpd-angel.c')
-rw-r--r--src/lighttpd-angel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lighttpd-angel.c b/src/lighttpd-angel.c
index 8e029b0b..46fd8c8d 100644
--- a/src/lighttpd-angel.c
+++ b/src/lighttpd-angel.c
@@ -13,12 +13,9 @@
#include <sys/wait.h>
-#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <unistd.h>
-#include <time.h>
#include <signal.h>
#define BINPATH SBIN_DIR"/lighttpd"