diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-02-08 16:23:55 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-02-08 16:23:55 +0000 |
commit | 2abb53e43ab9531afacc065b3fc4ffee1fa38b49 (patch) | |
tree | 9c7a9cb977d2a4b16497d0ffa332682cf2580464 /bin/df/ext2fs_df.c | |
parent | bcc1409d9dc16d0efdc3afc569fd742ffddfd92f (diff) |
remove needless headers
ok tb@, from Michal Mazurek
Diffstat (limited to 'bin/df/ext2fs_df.c')
-rw-r--r-- | bin/df/ext2fs_df.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/df/ext2fs_df.c b/bin/df/ext2fs_df.c index 69e6889fe47..cb44888aeca 100644 --- a/bin/df/ext2fs_df.c +++ b/bin/df/ext2fs_df.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_df.c,v 1.14 2015/11/27 13:49:41 millert Exp $ */ +/* $OpenBSD: ext2fs_df.c,v 1.15 2016/02/08 16:23:54 mmcc Exp $ */ /* * This file is substantially derived from src/sys/ufs/ext2fs/ext2fs_vfsops.c:e2fs_statfs(). @@ -45,8 +45,6 @@ #include <unistd.h> #include <stdlib.h> #include <string.h> -#include <fcntl.h> -#include <fstab.h> int e2fs_df(int, char *, struct statfs *); |