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>
This commit is contained in:
Johannes Sixt
2007-11-13 21:05:01 +01:00
committed by Junio C Hamano
parent 85dadc3894
commit 80bbe72b76
3 changed files with 2 additions and 3 deletions

View File

@ -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.