Re: df(1): remove unneeded includes

2016-03-01 Thread Michael McConville
Theo Buehler wrote:
> On Tue, Mar 01, 2016 at 12:37:17PM +0100, Theo Buehler wrote:
> > Wasn't this the part of your previous header cleanup that mmcc
> > decided not to commit for some reason? 
> 
> if mmcc no longer objects, this once more ok tb@

Right, I misunderstood which file this was removing unistd.h and
stdlib.h from. I'll commit.



Re: df(1): remove unneeded includes

2016-03-01 Thread Theo Buehler
On Tue, Mar 01, 2016 at 12:37:17PM +0100, Theo Buehler wrote:
> Wasn't this the part of your previous header cleanup that mmcc decided
> not to commit for some reason? 

if mmcc no longer objects, this once more ok tb@



Re: df(1): remove unneeded includes

2016-03-01 Thread Theo Buehler
Wasn't this the part of your previous header cleanup that mmcc decided
not to commit for some reason? 

On Tue, Mar 01, 2016 at 12:27:36PM +0100, Michal Mazurek wrote:
> 
> Index: bin/df/ext2fs_df.c
> ===
> RCS file: /cvs/src/bin/df/ext2fs_df.c,v
> retrieving revision 1.15
> diff -u -p -r1.15 ext2fs_df.c
> --- bin/df/ext2fs_df.c8 Feb 2016 16:23:54 -   1.15
> +++ bin/df/ext2fs_df.c1 Mar 2016 11:26:06 -
> @@ -42,8 +42,6 @@
>  #include 
>  #include 
>  #include 
> -#include 
> -#include 
>  #include 
>  
>  int  e2fs_df(int, char *, struct statfs *);
> Index: bin/df/ffs_df.c
> ===
> RCS file: /cvs/src/bin/df/ffs_df.c,v
> retrieving revision 1.18
> diff -u -p -r1.18 ffs_df.c
> --- bin/df/ffs_df.c   8 Feb 2016 16:23:54 -   1.18
> +++ bin/df/ffs_df.c   1 Mar 2016 11:26:06 -
> @@ -39,8 +39,6 @@
>  #include 
>  #include 
>  
> -#include 
> -#include 
>  #include 
>  
>  int  ffs_df(int, char *, struct statfs *);
> 
> -- 
> Michal Mazurek
> 



df(1): remove unneeded includes

2016-03-01 Thread Michal Mazurek

Index: bin/df/ext2fs_df.c
===
RCS file: /cvs/src/bin/df/ext2fs_df.c,v
retrieving revision 1.15
diff -u -p -r1.15 ext2fs_df.c
--- bin/df/ext2fs_df.c  8 Feb 2016 16:23:54 -   1.15
+++ bin/df/ext2fs_df.c  1 Mar 2016 11:26:06 -
@@ -42,8 +42,6 @@
 #include 
 #include 
 #include 
-#include 
-#include 
 #include 
 
 inte2fs_df(int, char *, struct statfs *);
Index: bin/df/ffs_df.c
===
RCS file: /cvs/src/bin/df/ffs_df.c,v
retrieving revision 1.18
diff -u -p -r1.18 ffs_df.c
--- bin/df/ffs_df.c 8 Feb 2016 16:23:54 -   1.18
+++ bin/df/ffs_df.c 1 Mar 2016 11:26:06 -
@@ -39,8 +39,6 @@
 #include 
 #include 
 
-#include 
-#include 
 #include 
 
 intffs_df(int, char *, struct statfs *);

-- 
Michal Mazurek