repo-config: fix segfault with no argument.
[git.git] / git.c
diff --git a/git.c b/git.c
index aa2b814..01b7e28 100644 (file)
--- a/git.c
+++ b/git.c
@@ -8,7 +8,6 @@
 #include <errno.h>
 #include <limits.h>
 #include <stdarg.h>
-#include <sys/ioctl.h>
 #include "git-compat-util.h"
 #include "exec_cmd.h"