Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-11-13 23:05:01 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-15 02:18:39 +0300
commit80bbe72b76ab91628b493b55ed74f6eec8432fed (patch)
treea472d6e5e29ae28fb29a51a8115013df8d3ade9b /pager.c
parent85dadc389468211a2fc0006ce8ea524490d417f5 (diff)
Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.
... since all system headers are pulled in via git-compat-util.h Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pager.c')
-rw-r--r--pager.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pager.c b/pager.c
index 8bac9d9903..fb7a1a625a 100644
--- a/pager.c
+++ b/pager.c
@@ -1,7 +1,5 @@
#include "cache.h"
-#include <sys/select.h>
-
/*
* This is split up from the rest of git so that we might do
* something different on Windows, for example.