gitweb: Declare global variables with "our"
[gitweb.git] / upload-pack.c
index 2b70c3dcb4e3b1e73d7d5a088ae73de17540b6b7..b18eb9ba0dbe8b5020aaaa698d98a4d1b76aa49c 100644 (file)
@@ -1,3 +1,6 @@
+#include <signal.h>
+#include <sys/wait.h>
+#include <sys/poll.h>
 #include "cache.h"
 #include "refs.h"
 #include "pkt-line.h"
@@ -5,9 +8,6 @@
 #include "object.h"
 #include "commit.h"
 #include "exec_cmd.h"
-#include <signal.h>
-#include <sys/poll.h>
-#include <sys/wait.h>
 
 static const char upload_pack_usage[] = "git-upload-pack [--strict] [--timeout=nn] <dir>";