On 8/21/26 07:04, David Gibson wrote:
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
Reviewed-by: Laurent Vivier