diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-02 04:10:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-02 04:10:08 +0000 |
commit | 323acd0e068e8b276fbae03781a83644c4d048fe (patch) | |
tree | 80edf58c8e97fe3899b319bace31fd497e090ece /sbin/dhcpleased | |
parent | 9495a4989acc1c3b672ec61cc2434fc6e67820df (diff) |
remove uneeded md5.h include
ok florian@
Diffstat (limited to 'sbin/dhcpleased')
-rw-r--r-- | sbin/dhcpleased/control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/dhcpleased/control.c b/sbin/dhcpleased/control.c index d413cb3a028..e021a67a03a 100644 --- a/sbin/dhcpleased/control.c +++ b/sbin/dhcpleased/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.1 2021/02/26 16:16:37 florian Exp $ */ +/* $OpenBSD: control.c,v 1.2 2021/03/02 04:10:07 jsg Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -29,7 +29,6 @@ #include <errno.h> #include <event.h> #include <imsg.h> -#include <md5.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |