aboutsummaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/proc.c b/proc.c
index 95c3e98..34d65c0 100644
--- a/proc.c
+++ b/proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.c,v 1.7 2014/12/21 00:54:49 guenther Exp $ */
+/* $OpenBSD: proc.c,v 1.8 2015/01/21 22:21:05 reyk Exp $ */
/*
* Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org>
@@ -21,11 +21,6 @@
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/wait.h>
-#include <sys/tree.h>
-
-#include <net/if.h>
-#include <netinet/in.h>
-#include <netinet/ip.h>
#include <stdio.h>
#include <stdlib.h>
@@ -35,6 +30,7 @@
#include <signal.h>
#include <pwd.h>
#include <event.h>
+#include <imsg.h>
#include "httpd.h"