From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH 04/28] clang-tidy: Remove duplicate #include from icmp.c Date: Wed, 28 Sep 2022 14:33:15 +1000 Message-ID: <20220928043339.613538-5-david@gibson.dropbear.id.au> In-Reply-To: <20220928043339.613538-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2479198269823705098==" --===============2479198269823705098== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: David Gibson --- icmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/icmp.c b/icmp.c index 39a8694..29170aa 100644 --- a/icmp.c +++ b/icmp.c @@ -35,7 +35,6 @@ #include "util.h" #include "passt.h" #include "tap.h" -#include "packet.h" #include "icmp.h" #define ICMP_ECHO_TIMEOUT 60 /* s, timeout for ICMP socket activity */ -- 2.37.3 --===============2479198269823705098==--