Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 1/3] add mergesort() for linked lists

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:53:33

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help