From: jsg Date: Wed, 19 Apr 2023 12:30:09 +0000 (+0000) Subject: remove duplicate includes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02c3c5b9f1530a0fae1c0f58b324fa9df88236f3;p=openbsd remove duplicate includes ok tb@ --- diff --git a/lib/libc/thread/rthread_tls.c b/lib/libc/thread/rthread_tls.c index 58b39bb7df7..38c0f42b526 100644 --- a/lib/libc/thread/rthread_tls.c +++ b/lib/libc/thread/rthread_tls.c @@ -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 * All Rights Reserved. @@ -23,9 +23,6 @@ #include #include -#include -#include - #include "rthread.h" diff --git a/lib/libcrypto/x509/x509_asid.c b/lib/libcrypto/x509/x509_asid.c index cc36cc1a566..95b1acb1e4a 100644 --- a/lib/libcrypto/x509/x509_asid.c +++ b/lib/libcrypto/x509/x509_asid.c @@ -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 #include #include -#include #include #include "x509_local.h"