From 5e8d28abbabb90ff25ae47302e26c72710d33e95 Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Tue, 6 Jan 2015 22:40:45 +0100 Subject: [PATCH] Reorder SOCKS headers for cleanness --- SOCKS.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SOCKS.cpp b/SOCKS.cpp index 2abe3830..103d82b1 100644 --- a/SOCKS.cpp +++ b/SOCKS.cpp @@ -1,11 +1,11 @@ +#include +#include #include "SOCKS.h" #include "Identity.h" #include "NetDb.h" #include "Destination.h" #include "ClientContext.h" #include "I2PEndian.h" -#include -#include namespace i2p {