27 lines
750 B
Diff
27 lines
750 B
Diff
From bacb69e166106f0125b7288f377299894c8c7e78 Mon Sep 17 00:00:00 2001
|
|
From: Petr Vorel <pvorel@suse.cz>
|
|
Date: Mon, 6 Mar 2023 21:17:09 +0100
|
|
Subject: [PATCH] ping.h: Remove duplicate include
|
|
|
|
Reference:https://github.com/iputils/iputils/commit/bacb69e166106f0125b7288f377299894c8c7e78
|
|
Conflict:NA
|
|
|
|
Fixes: ba7e8a7 ("ping: merge all ping header files into a single one")
|
|
Signed-off-by: Petr Vorel <pvorel@suse.cz>
|
|
---
|
|
ping/ping.h | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/ping/ping.h b/ping/ping.h
|
|
index caf79cd1..ef358ad4 100644
|
|
--- a/ping/ping.h
|
|
+++ b/ping/ping.h
|
|
@@ -23,7 +23,6 @@
|
|
#include <string.h>
|
|
#include <netdb.h>
|
|
#include <setjmp.h>
|
|
-#include <netinet/icmp6.h>
|
|
#include <asm/byteorder.h>
|
|
#include <sched.h>
|
|
#include <math.h>
|