svn commit: r243321 - head/usr.sbin/edquota

Eitan Adler eadler at FreeBSD.org
Tue Nov 20 02:12:02 UTC 2012


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>


More information about the svn-src-head mailing list