ZDR: remove dependency on zdr.h from the examples and nfs-ls
[deb_libnfs.git] / win32 / win32_compat.c
index fbcbd804f68bdebf74da3bffa84f501063756340..738da9d16a3ce8365ecc156d2f62942a68bfb8f6 100644 (file)
@@ -29,7 +29,6 @@ static int dummy ATTRIBUTE((unused));
 #include "win32_compat.h"
 #include <errno.h>
 #include <stdio.h>
-#include < time.h >
 
 #undef poll
 #undef socket
@@ -41,7 +40,6 @@ static int dummy ATTRIBUTE((unused));
 #undef inet_aton
 #undef gettimeofday
 #undef stat
-#define bzero(a,b) memset((a),(0),(b))
 #define assert(a)
 
 /* Windows needs this header file for the implementation of inet_aton() */