From c6788f192911d38e8c48cc55ad436cedc20e42ce Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 31 Oct 2023 05:46:36 +0000 Subject: [PATCH] remove unneeded includes ok deraadt@ --- sys/dev/pci/if_dwqe_pci.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/sys/dev/pci/if_dwqe_pci.c b/sys/dev/pci/if_dwqe_pci.c index 757e47c55d2..02c28ae711a 100644 --- a/sys/dev/pci/if_dwqe_pci.c +++ b/sys/dev/pci/if_dwqe_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_dwqe_pci.c,v 1.1 2023/10/11 12:52:01 stsp Exp $ */ +/* $OpenBSD: if_dwqe_pci.c,v 1.2 2023/10/31 05:46:36 jsg Exp $ */ /* * Copyright (c) 2023 Stefan Sperling @@ -21,33 +21,19 @@ */ #include -#include #include #include -#include -#include -#include -#include -#include -#include -#include -#include #include #include #include -#if NBPFILTER > 0 -#include -#endif #include -#include #include #include #include -#include #include #include -- 2.20.1