From 2a7467647ec85fdb5f57565284bc73456b45979c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 17 Aug 2020 22:47:19 -0400 Subject: Clean up includes --- daemon.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon.h b/daemon.h index b397f8e..e86e43a 100644 --- a/daemon.h +++ b/daemon.h @@ -15,8 +15,6 @@ */ #include -#include -#include #include #include #include @@ -139,9 +137,6 @@ void serviceSignal(struct Service *service, int signal); void serviceRead(struct Service *service); void serviceReap(pid_t pid, int status); -extern char configError[]; -int configParse(const char *path); - struct Set256 { uint32_t bits[8]; }; -- cgit 1.4.1