From 80363a9343b7723e589809dc1a93610de791f24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 30 Sep 2015 23:05:34 -0400 Subject: [PATCH] dht: header cleanup --- src/dht.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/dht.cpp b/src/dht.cpp index 7e9682cb..34164bfe 100644 --- a/src/dht.cpp +++ b/src/dht.cpp @@ -32,8 +32,6 @@ extern "C" { #include <gnutls/gnutls.h> } -#include <sys/time.h> - #ifndef _WIN32 #include <arpa/inet.h> #else @@ -46,7 +44,6 @@ extern "C" { #include <unistd.h> #include <fcntl.h> -#include <cstdarg> #include <cstring> #ifndef MSG_CONFIRM -- GitLab