summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-19 12:34:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-19 12:34:24 +0000
commitbe40ce669fc0c95c5b0a58e5f0e62daa230eb680 (patch)
tree7c57737a93dc02d83b4d1534f1456fff3602208f /libexec
parent499d83b99c83aedd741bdb7a185d23e9eac006c0 (diff)
remove duplicate include
feedback tb@
Diffstat (limited to 'libexec')
-rw-r--r--libexec/login_ldap/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/login_ldap/util.c b/libexec/login_ldap/util.c
index dba514906f1..837e93ad811 100644
--- a/libexec/login_ldap/util.c
+++ b/libexec/login_ldap/util.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: util.c,v 1.4 2022/12/26 20:06:43 jmc Exp $
+ * $OpenBSD: util.c,v 1.5 2023/04/19 12:34:23 jsg Exp $
* Copyright (c) 2002 Institute for Open Systems Technology Australia (IFOST)
* Copyright (c) 2007 Michael Erdely <merdely@openbsd.org>
* Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
@@ -30,7 +30,6 @@
*/
#include <sys/socket.h>
-#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>