aboutsummaryrefslogtreecommitdiff
path: root/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'control.c')
-rw-r--r--control.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/control.c b/control.c
index a6422bc..fe60375 100644
--- a/control.c
+++ b/control.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.c,v 1.5 2014/12/21 00:54:49 guenther Exp $ */
+/* $OpenBSD: control.c,v 1.6 2015/01/21 22:21:05 reyk Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,22 +16,19 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/types.h>
#include <sys/queue.h>
#include <sys/stat.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <sys/un.h>
-#include <net/if.h>
-#include <arpa/inet.h>
-
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <signal.h>
+#include <imsg.h>
#include "httpd.h"