Code

Merge branch 'maint-1.7.3' into maint-1.7.4
[git.git] / transport-helper.c
index 3a50856318798c14824bb628d7d463cd61b77213..8866adf08898f5855dd1dea1db4286021ffb880c 100644 (file)
@@ -8,16 +8,11 @@
 #include "quote.h"
 #include "remote.h"
 #include "string-list.h"
-
-#ifndef NO_PTHREADS
-#include <pthread.h>
 #include "thread-utils.h"
-#endif
 
 static int debug;
 
-struct helper_data
-{
+struct helper_data {
        const char *name;
        struct child_process *helper;
        FILE *out;