Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2020 01:49:00 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r363937 - projects/nfs-over-tls/sys/fs/nfsclient
Message-ID:  <202008060149.0761n0wt014508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Thu Aug  6 01:49:00 2020
New Revision: 363937
URL: https://svnweb.freebsd.org/changeset/base/363937

Log:
  Delete two unneeded includes.

Modified:
  projects/nfs-over-tls/sys/fs/nfsclient/nfs_clrpcops.c

Modified: projects/nfs-over-tls/sys/fs/nfsclient/nfs_clrpcops.c
==============================================================================
--- projects/nfs-over-tls/sys/fs/nfsclient/nfs_clrpcops.c	Thu Aug  6 01:40:18 2020	(r363936)
+++ projects/nfs-over-tls/sys/fs/nfsclient/nfs_clrpcops.c	Thu Aug  6 01:49:00 2020	(r363937)
@@ -45,14 +45,12 @@ __FBSDID("$FreeBSD$");
  */
 
 #include "opt_inet6.h"
-#include "opt_kern_tls.h"
 
 #include <fs/nfs/nfsport.h>
 #include <fs/nfsclient/nfs.h>
 #include <sys/extattr.h>
 #include <sys/sysctl.h>
 #include <sys/taskqueue.h>
-#include <rpc/rpcsec_tls.h>
 
 SYSCTL_DECL(_vfs_nfs);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008060149.0761n0wt014508>