From b98a2e80512f1924f1a2797ca78c3ce2ed730221 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 9 Jan 2026 14:18:51 +1100 Subject: tcp: Remove some no longer used includes Found a moment to fix this trivial bug that's been sitting around for a few months. tcp.c no longer relies on siphash.h or pcap.h so we can remove the #includes. Link: https://bugs.passt.top/show_bug.cgi?id=136 Reported-by: Xun Gu Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- tcp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tcp.c b/tcp.c index 9fc385d..e0b874e 100644 --- a/tcp.c +++ b/tcp.c @@ -301,8 +301,6 @@ #include "ip.h" #include "passt.h" #include "tap.h" -#include "siphash.h" -#include "pcap.h" #include "tcp_splice.h" #include "log.h" #include "inany.h" -- cgit v1.2.3