X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=thread-utils.c;h=4f9c829c2df319e386b6b5d4f5c23818cc21c979;hb=164a5e3faab931a6c6459b56acae7f91dde6337d;hp=55e7e2904eb5f95cedaec2520ddd1d158ee93c7a;hpb=a473445ac256f4a6ca5c66f83f33b85eec0e0c48;p=git.git diff --git a/thread-utils.c b/thread-utils.c index 55e7e2904..4f9c829c2 100644 --- a/thread-utils.c +++ b/thread-utils.c @@ -1,9 +1,6 @@ #include "cache.h" -#ifdef _WIN32 -# define WIN32_LEAN_AND_MEAN -# include -#elif defined(hpux) || defined(__hpux) || defined(_hpux) +#if defined(hpux) || defined(__hpux) || defined(_hpux) # include #endif