summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-12-12 19:32:22 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-12-12 19:32:22 +0000
commitfca850927ea9db8c602a758a05228c6f3eadb070 (patch)
tree973f31ffa16ee49e0d3d3f7a7e4122e0f1c1b478 /usr.sbin
parent73fc852cefb6350331d24c7821930628f260e1e7 (diff)
<signal.h> not needed
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/dhcpd/dhcpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h
index 621409fe56a..c3d8715ec8a 100644
--- a/usr.sbin/dhcpd/dhcpd.h
+++ b/usr.sbin/dhcpd/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.26 2006/12/11 23:40:30 stevesk Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.27 2006/12/12 19:32:21 stevesk Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -59,7 +59,6 @@
#include <limits.h>
#include <netdb.h>
#include <paths.h>
-#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>