svn commit: r266036 - stable/10/sys/geom
Bryan Drewery
bdrewery at FreeBSD.org
Wed May 14 15:35:02 UTC 2014
Author: bdrewery
Date: Wed May 14 15:35:01 2014
New Revision: 266036
URL: http://svnweb.freebsd.org/changeset/base/266036
Log:
MFC r265072:
Remove redundant include
Modified:
stable/10/sys/geom/geom_disk.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/geom/geom_disk.c
==============================================================================
--- stable/10/sys/geom/geom_disk.c Wed May 14 15:33:51 2014 (r266035)
+++ stable/10/sys/geom/geom_disk.c Wed May 14 15:35:01 2014 (r266036)
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
#include <sys/fcntl.h>
#include <sys/malloc.h>
#include <sys/sbuf.h>
-#include <sys/sysctl.h>
#include <sys/devicestat.h>
#include <machine/md_var.h>
More information about the svn-src-stable-10
mailing list