From 2fca02816173dd2ec818521de4bd93814f93a4f4 Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Tue, 6 Jan 2015 22:41:29 +0100 Subject: [PATCH] Remove unnecessary header --- SOCKS.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SOCKS.cpp b/SOCKS.cpp index 103d82b1..6354dbfa 100644 --- a/SOCKS.cpp +++ b/SOCKS.cpp @@ -2,7 +2,6 @@ #include #include "SOCKS.h" #include "Identity.h" -#include "NetDb.h" #include "Destination.h" #include "ClientContext.h" #include "I2PEndian.h"