Remove include of unistd.h

unistd.h is useless.
This commit is contained in:
Matthieu Gautier 2019-06-27 18:20:22 +02:00
parent fc5572f495
commit 9b24676b02
4 changed files with 0 additions and 6 deletions

View File

@ -17,9 +17,6 @@
* MA 02110-1301, USA.
*/
#ifndef _WIN32
#include <unistd.h>
#endif
#include <getopt.h>
#include <kiwix/tools/stringTools.h>
#include <kiwix/manager.h>

View File

@ -19,7 +19,6 @@
#include <getopt.h>
#include <kiwix/reader.h>
#include <unistd.h>
#include <map>
#include <string>

View File

@ -20,7 +20,6 @@
#include <getopt.h>
#include <kiwix/reader.h>
#include <kiwix/searcher.h>
#include <unistd.h>
void usage()

View File

@ -79,7 +79,6 @@ extern "C" {
#include <stdint.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#endif
#include "request_context.h"