From cef6bce489ed9677fed7dcba602e77c726d3fd1a Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 21 Aug 2026 15:04:02 +1000 Subject: util, pasta: Remove some unneeded #includes 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 Signed-off-by: Stefano Brivio --- pasta.c | 1 - util.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/pasta.c b/pasta.c index 644e95f..140c102 100644 --- a/pasta.c +++ b/pasta.c @@ -47,7 +47,6 @@ #include "util.h" #include "passt.h" #include "pasta.h" -#include "isolation.h" #include "netlink.h" #include "log.h" #include "epoll_ctl.h" diff --git a/util.c b/util.c index 6a39d2d..c02aea9 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 -- cgit v1.2.3