Remove unused include unistd.h

We don't use it anymore and it is not present on Windows.
This commit is contained in:
Matthieu Gautier 2019-04-15 10:50:26 +02:00
parent 4e90f3614d
commit e7e88617d5
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <curl/curl.h>