Move #include <sys/select.h> to git-compat-util.h.

This commit is contained in:
Johannes Sixt
2007-02-14 10:50:41 +01:00
parent f677870663
commit e919589df1
2 changed files with 1 additions and 2 deletions

View File

@@ -39,6 +39,7 @@
#include <fnmatch.h>
//#include <sys/poll.h>
//#include <sys/socket.h>
//#include <sys/select.h>
#include <assert.h>
#include <regex.h>
//#include <netinet/in.h>

View File

@@ -1,8 +1,6 @@
#include "cache.h"
#include "spawn-pipe.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.