remove duplicate includes
authorjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 12:30:09 +0000 (12:30 +0000)
committerjsg <jsg@openbsd.org>
Wed, 19 Apr 2023 12:30:09 +0000 (12:30 +0000)
ok tb@

lib/libc/thread/rthread_tls.c
lib/libcrypto/x509/x509_asid.c

index 58b39bb..38c0f42 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rthread_tls.c,v 1.4 2017/09/05 02:40:54 guenther Exp $ */
+/*     $OpenBSD: rthread_tls.c,v 1.5 2023/04/19 12:30:09 jsg Exp $ */
 /*
  * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
  * All Rights Reserved.
@@ -23,9 +23,6 @@
 #include <pthread.h>
 #include <stdlib.h>
 
-#include <pthread.h>
-#include <stdlib.h>
-
 #include "rthread.h"
 
 
index cc36cc1..95b1acb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: x509_asid.c,v 1.39 2023/02/16 08:38:17 tb Exp $ */
+/*     $OpenBSD: x509_asid.c,v 1.40 2023/04/19 12:30:09 jsg Exp $ */
 /*
  * Contributed to the OpenSSL Project by the American Registry for
  * Internet Numbers ("ARIN").
@@ -70,7 +70,6 @@
 #include <openssl/conf.h>
 #include <openssl/err.h>
 #include <openssl/x509.h>
-#include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
 #include "x509_local.h"