Stephen Boyd [off-list ref] writes:
quoted hunk
On 03/31/2012 03:10 PM, René Scharfe wrote:
quoted
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.