diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-20 02:12:01 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-20 02:12:01 +0000 |
commit | d5971a0e55db3cf6c2780ad04185729fe6eadcbb (patch) | |
tree | 403859433b2c585c411c9397a4701d83813185c4 /usr.sbin/edquota | |
parent | 1eb41dfcc4ec6434c7bb31c5f776ec889e44a2b2 (diff) | |
download | FreeBSD-src-d5971a0e55db3cf6c2780ad04185729fe6eadcbb.zip FreeBSD-src-d5971a0e55db3cf6c2780ad04185729fe6eadcbb.tar.gz |
Remove unneeded includes.
Tested with "make universe"; there are no conditional features.
Approved by: cperciva
MFC after: 3 daus
Diffstat (limited to 'usr.sbin/edquota')
-rw-r--r-- | usr.sbin/edquota/edquota.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c index 930a460..a92a3c8 100644 --- a/usr.sbin/edquota/edquota.c +++ b/usr.sbin/edquota/edquota.c @@ -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> |