Remove include of unistd.h. non-existant on win32

This commit is contained in:
Mathieu Malaterre
2012-01-30 08:17:43 +00:00
parent 0ed7aa7c1b
commit 4949b593be
5 changed files with 0 additions and 5 deletions

View File

@@ -39,7 +39,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "sock_manager.h"
#ifdef SERVER