From: jsg Date: Thu, 26 Sep 2024 10:12:02 +0000 (+0000) Subject: remove unneeded psl.h include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=54b0a309fb3f2a8ec180dc311cfa629a40bad568;p=openbsd remove unneeded psl.h include --- diff --git a/sys/arch/amd64/stand/libsa/mdrandom.c b/sys/arch/amd64/stand/libsa/mdrandom.c index 6730e5e7e36..cc6f03b0794 100644 --- a/sys/arch/amd64/stand/libsa/mdrandom.c +++ b/sys/arch/amd64/stand/libsa/mdrandom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdrandom.c,v 1.3 2020/06/19 15:00:45 naddy Exp $ */ +/* $OpenBSD: mdrandom.c,v 1.4 2024/09/26 10:12:02 jsg Exp $ */ /* * Copyright (c) 2020 Theo de Raadt @@ -17,7 +17,6 @@ */ #include -#include #include #include "libsa.h" diff --git a/sys/arch/i386/stand/libsa/mdrandom.c b/sys/arch/i386/stand/libsa/mdrandom.c index 507a0f6c856..2f0ada8c830 100644 --- a/sys/arch/i386/stand/libsa/mdrandom.c +++ b/sys/arch/i386/stand/libsa/mdrandom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdrandom.c,v 1.3 2020/06/19 15:00:45 naddy Exp $ */ +/* $OpenBSD: mdrandom.c,v 1.4 2024/09/26 10:12:02 jsg Exp $ */ /* * Copyright (c) 2020 Theo de Raadt @@ -17,7 +17,6 @@ */ #include -#include #include #include "libsa.h"