diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-20 03:52:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-20 03:52:37 +0000 |
commit | 58e54e690f408d3c7deec324089294da7fdb6aa8 (patch) | |
tree | 0f347b562cefef9f95aa8d13f5b78463c094b5ae /usr.sbin/dhcrelay/dhcpd.h | |
parent | e32e52a221b4f0cb96b66383e95da4bccd31352c (diff) |
tree.h is not used at all
Diffstat (limited to 'usr.sbin/dhcrelay/dhcpd.h')
-rw-r--r-- | usr.sbin/dhcrelay/dhcpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcpd.h b/usr.sbin/dhcrelay/dhcpd.h index d631befe56c..b75c6f7c380 100644 --- a/usr.sbin/dhcrelay/dhcpd.h +++ b/usr.sbin/dhcrelay/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.2 2004/04/13 01:22:30 henning Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.3 2004/04/20 03:52:36 deraadt Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -72,7 +72,6 @@ #include <unistd.h> #include "dhcp.h" -#include "tree.h" #define LOCAL_PORT 68 #define REMOTE_PORT 67 |