Stephen Boyd <bebarino@xxxxxxxxx> writes: > On 03/31/2012 03:10 PM, René Scharfe wrote: >> diff --git a/mergesort.c b/mergesort.c >> new file mode 100644 >> index 0000000..c0f1874 >> --- /dev/null >> +++ b/mergesort.c >> @@ -0,0 +1,75 @@ >> +#include "cache.h" >> +#include "mergesort.h" >> + >> +#include "commit.h" > > This is an unnecessary include, right? > > diff --git a/mergesort.c b/mergesort.c > index c0f1874..d084c60 100644 > --- a/mergesort.c > +++ b/mergesort.c > @@ -1,8 +1,6 @@ > #include "cache.h" > #include "mergesort.h" > > -#include "commit.h" > - > struct mergesort_sublist { > void *ptr; > unsigned long len; Yes. I'll squash in, as I tentatively kicked many topics out of 'next' and this was among them. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html