From d52c505daaef53cd1c039c1d2b993b7d389c9d94 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 18 Mar 2012 09:51:39 +0200 Subject: FIX: infinite uploading issue, download speed issue --- client/Utility.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/Utility.cpp') diff --git a/client/Utility.cpp b/client/Utility.cpp index 547a56a..4adf348 100644 --- a/client/Utility.cpp +++ b/client/Utility.cpp @@ -1,7 +1,6 @@ #include #include "client.h" -#include "Logger.h" #include "Utility.h" @@ -52,4 +51,4 @@ char* wstrdup(_TCHAR* wSrc) return l_nstr; } -#endif \ No newline at end of file +#endif -- cgit v1.2.3