diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-19 21:20:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-19 21:20:38 -0400 |
commit | ac044de486331462ce2a815db45f62399fd2cf2e (patch) | |
tree | 790b7484a91e29c3729cf580ab22386621beb3e4 /Utility | |
parent | 4bcc92abd72e060e073eaf0a9d988ae3a015d39c (diff) |
cleanup
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/libmounts.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Utility/libmounts.c b/Utility/libmounts.c index be18fe0c2..8669f33ea 100644 --- a/Utility/libmounts.c +++ b/Utility/libmounts.c @@ -34,9 +34,6 @@ #include "libmounts.h" -#include <errno.h> -#include <stdio.h> - #ifdef GETMNTENT /* direct passthrough the getmntent */ FILE *mounts_start (void) { |