Skip to content
Snippets Groups Projects
Commit 1b10e595 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tools: remove unsued includes

parent 8166fdb0
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,6 @@ extern "C" {
#include <gnutls/gnutls.h>
}
#ifndef _WIN32
#include <sys/socket.h>
#else
#include <ws2tcpip.h>
#endif
#include <iostream>
#include <iomanip>
#include <string>
......
......@@ -35,8 +35,6 @@ extern "C" {
#include <gnutls/gnutls.h>
}
#include <sys/socket.h>
#include <iostream>
#include <string>
#include <sstream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment