remove duplicate includes
authorjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 13:33:37 +0000 (13:33 +0000)
committerjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 13:33:37 +0000 (13:33 +0000)
sbin/iked/parse.y
sbin/ipsecctl/parse.y
usr.sbin/npppd/npppd/parse.y

index 9d2f124..6eebe01 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.141 2022/07/22 15:53:33 tobhe Exp $       */
+/*     $OpenBSD: parse.y,v 1.142 2023/04/19 13:33:37 jsg Exp $ */
 
 /*
  * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@ -46,7 +46,6 @@
 #include <string.h>
 #include <syslog.h>
 #include <unistd.h>
-#include <netdb.h>
 #include <event.h>
 
 #include "iked.h"
index dd6d0b6..5ad1083 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.181 2021/10/22 12:30:54 bluhm Exp $       */
+/*     $OpenBSD: parse.y,v 1.182 2023/04/19 13:33:37 jsg Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -43,7 +43,6 @@
 #include <string.h>
 #include <syslog.h>
 #include <unistd.h>
-#include <netdb.h>
 
 #include "ipsecctl.h"
 
index e8f607f..669e305 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: parse.y,v 1.26 2023/02/02 09:34:17 mvs Exp $ */
+/*     $OpenBSD: parse.y,v 1.27 2023/04/19 13:33:37 jsg Exp $ */
 
 /*
  * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -40,7 +40,6 @@
 #include <event.h>
 
 #include <stdbool.h>
-#include <stdarg.h>
 #include "npppd_auth.h"
 #include "npppd.h"
 #ifdef USE_NPPPD_RADIUS