We don't need unistd.h anymore on unix platforms either

This commit is contained in:
wiredfool 2014-06-18 16:08:16 -07:00
parent 5ceb3ca875
commit a8e02e093a

View File

@ -13,12 +13,6 @@
#include <tiff.h>
#endif
#ifndef _MSC_VER
#ifndef _UNISTD_H
#include <unistd.h>
#endif
#endif
#ifndef min
#define min(x,y) (( x > y ) ? y : x )
#define max(x,y) (( x < y ) ? y : x )