Date: Tue, 20 Nov 2012 02:12:01 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243321 - head/usr.sbin/edquota Message-ID: <201211200212.qAK2C1sT097754@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Tue Nov 20 02:12:01 2012 New Revision: 243321 URL: http://svnweb.freebsd.org/changeset/base/243321 Log: Remove unneeded includes. Tested with "make universe"; there are no conditional features. Approved by: cperciva MFC after: 3 daus Modified: head/usr.sbin/edquota/edquota.c Modified: head/usr.sbin/edquota/edquota.c ============================================================================== --- head/usr.sbin/edquota/edquota.c Tue Nov 20 01:57:21 2012 (r243320) +++ head/usr.sbin/edquota/edquota.c Tue Nov 20 02:12:01 2012 (r243321) @@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$"); * Disk quota editor. */ -#include <sys/param.h> -#include <sys/stat.h> #include <sys/file.h> #include <sys/mount.h> #include <sys/wait.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211200212.qAK2C1sT097754>