Remove needless include pledge.h accidently added in previous commit.
authorbluhm <bluhm@openbsd.org>
Sat, 13 Aug 2022 19:13:45 +0000 (19:13 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 13 Aug 2022 19:13:45 +0000 (19:13 +0000)
OK claudio@

sys/netinet/tcp_usrreq.c

index 0f588bb..d03efeb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tcp_usrreq.c,v 1.185 2022/08/11 09:13:21 claudio Exp $        */
+/*     $OpenBSD: tcp_usrreq.c,v 1.186 2022/08/13 19:13:45 bluhm Exp $  */
 /*     $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
 
 /*
@@ -78,7 +78,6 @@
 #include <sys/sysctl.h>
 #include <sys/domain.h>
 #include <sys/kernel.h>
-#include <sys/pledge.h>
 #include <sys/pool.h>
 #include <sys/proc.h>