remove uneeded md5.h include
authorjsg <jsg@openbsd.org>
Tue, 2 Mar 2021 04:10:07 +0000 (04:10 +0000)
committerjsg <jsg@openbsd.org>
Tue, 2 Mar 2021 04:10:07 +0000 (04:10 +0000)
ok florian@

sbin/dhcpleased/control.c
sbin/slaacd/control.c
usr.sbin/rad/control.c

index d413cb3..e021a67 100644 (file)
@@ -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>
index faf6cbe..16fb7b2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: control.c,v 1.7 2021/01/19 16:49:10 florian Exp $     */
+/*     $OpenBSD: control.c,v 1.8 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>
index d252596..435893a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: control.c,v 1.7 2021/02/23 14:27:16 deraadt Exp $     */
+/*     $OpenBSD: control.c,v 1.8 2021/03/02 04:10:07 jsg Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,6 @@
 #include <errno.h>
 #include <event.h>
 #include <imsg.h>
-#include <md5.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>