From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202608 header.b=HWGQYce4; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 025CB5A0269 for ; Fri, 21 Aug 2026 07:04:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202608; t=1787288649; bh=hY/u7dWqtP5qDeBVtbZXJ8iGlve5FsevtT9gOBMIIEE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HWGQYce4s9KhTbTVWI2nCw5BtAU7q0jcTALzd22DwNWE1aaTonzIZeXLibvy0M/Me OYBaC2dM0b3F3Td9zblZV5A4qTKxq1o5M7nZ1D2trJvgoecWxW39AAtKi2QLIlyQzC SwruLQojziuXQtA4LRgbfhquShG7280Bhxo8RUV6dujRMv3ndV1pGC/lx9ngFjhv9t i5ar8gT+h4XoQBpd/TlA5EtB9gzGHPGKtZ8IYcwKhFaZUtSQHpf7fkV8P7ZJ9EetQ4 cZrNsxVxy0T7H328TjV9h3IJ0j/OEZljCHyQi012P2Bf1cIWS6Zw7BC5NQl5G3+y1p BwfLYcX+p5law== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4hR7WY3NPYz4wJj; Fri, 21 Aug 2026 15:04:09 +1000 (AEST) From: David Gibson To: Stefano Brivio , passt-dev@passt.top, Laurent Vivier Subject: [PATCH 4/5] util, pasta: Remove some unneeded #includes Date: Fri, 21 Aug 2026 15:04:02 +1000 Message-ID: <20260821050403.170891-5-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260821050403.170891-1-david@gibson.dropbear.id.au> References: <20260821050403.170891-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: ZV4VGBNUYMUPQLTLR2S4DTY75OZWQB2T X-Message-ID-Hash: ZV4VGBNUYMUPQLTLR2S4DTY75OZWQB2T X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Presumably these mattered at some point in the past, but no longer. Found by clangd as invoked by Zed editor. Not sure why direct clang-tidy runs didn't spot these. Signed-off-by: David Gibson --- pasta.c | 1 - util.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/pasta.c b/pasta.c index 5aa56b78..247ebeda 100644 --- a/pasta.c +++ b/pasta.c @@ -46,7 +46,6 @@ #include "util.h" #include "passt.h" -#include "isolation.h" #include "netlink.h" #include "log.h" #include "epoll_ctl.h" diff --git a/util.c b/util.c index df972a05..99585d2c 100644 --- a/util.c +++ b/util.c @@ -30,11 +30,8 @@ #include "util.h" #include "iov.h" #include "passt.h" -#include "packet.h" #include "log.h" #include "pcap.h" -#include "epoll_ctl.h" -#include "pasta.h" #include "serialise.h" #ifdef HAS_GETRANDOM #include -- 2.53.0