svn commit: r274324 - head/sys/amd64/amd64

Gleb Smirnoff glebius at FreeBSD.org
Sun Nov 9 19:58:31 UTC 2014


Author: glebius
Date: Sun Nov  9 19:58:30 2014
New Revision: 274324
URL: https://svnweb.freebsd.org/changeset/base/274324

Log:
  Remove unused includes.
  
  Reviewed by:	kib

Modified:
  head/sys/amd64/amd64/genassym.c

Modified: head/sys/amd64/amd64/genassym.c
==============================================================================
--- head/sys/amd64/amd64/genassym.c	Sun Nov  9 19:56:26 2014	(r274323)
+++ head/sys/amd64/amd64/genassym.c	Sun Nov  9 19:58:30 2014	(r274324)
@@ -61,11 +61,6 @@ __FBSDID("$FreeBSD$");
 #include <vm/pmap.h>
 #include <vm/vm_map.h>
 #include <sys/proc.h>
-#include <net/if.h>
-#include <netinet/in.h>
-#include <nfs/nfsproto.h>
-#include <nfsclient/nfs.h>
-#include <nfs/nfsdiskless.h>
 #include <x86/apicreg.h>
 #include <machine/cpu.h>
 #include <machine/pcb.h>


More information about the svn-src-all mailing list