aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2026-01-09 14:18:51 +1100
committerStefano Brivio <sbrivio@redhat.com>2026-01-11 01:31:46 +0100
commitb98a2e80512f1924f1a2797ca78c3ce2ed730221 (patch)
tree5347185d62507e2afe2f94cda36516d7838bc72d
parent35f63d29932c74c38a3cbaea4256890f8a88b428 (diff)
downloadpasst-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar.gz
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar.bz2
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar.lz
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar.xz
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.tar.zst
passt-b98a2e80512f1924f1a2797ca78c3ce2ed730221.zip
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 <xugu@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--tcp.c2
1 files changed, 0 insertions, 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"