]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed double inclusion of unistd.h
authorserassio <>
Mon, 24 Apr 2006 00:21:56 +0000 (00:21 +0000)
committerserassio <>
Mon, 24 Apr 2006 00:21:56 +0000 (00:21 +0000)
helpers/ntlm_auth/SMB/ntlm_auth.c

index 0ed3258907dcd652b4bc1bff6d8145cfc5f1b175..99840fc04296c2285a946fa91c9c60cb98841a52 100644 (file)
@@ -24,7 +24,6 @@
 #include "smbval/rfcnb-error.h"
 
 #include <signal.h>
-#include <unistd.h>
 
 /* these are part of rfcnb-priv.h and smblib-priv.h */
 extern int SMB_Get_Error_Msg(int msg, char *msgbuf, int len);