remove duplicate include
authorjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 12:34:23 +0000 (12:34 +0000)
committerjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 12:34:23 +0000 (12:34 +0000)
feedback tb@

libexec/login_ldap/util.c

index dba5149..837e93a 100644 (file)
@@ -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>