git: 517373f72302 - main - natd: Remove uneeded in_cksum.h includes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 18:39:39 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=517373f7230207e60e4561bc44c8b3c44acea963
commit 517373f7230207e60e4561bc44c8b3c44acea963
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-11-24 18:30:28 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-11-24 18:31:16 +0000
natd: Remove uneeded in_cksum.h includes
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
sbin/natd/icmp.c | 1 -
sbin/natd/natd.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c
index 1509b965f4b8..f85457ac4773 100644
--- a/sbin/natd/icmp.c
+++ b/sbin/natd/icmp.c
@@ -30,7 +30,6 @@
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
-#include <machine/in_cksum.h>
#include <alias.h>
diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c
index 268850c0a95a..402c430dfdfd 100644
--- a/sbin/natd/natd.c
+++ b/sbin/natd/natd.c
@@ -24,7 +24,6 @@ __FBSDID("$FreeBSD$");
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
-#include <machine/in_cksum.h>
#include <netinet/tcp.h>
#include <netinet/udp.h>
#include <netinet/ip_icmp.h>