From 2321c17d8dbc17c1d544dcd66029b47d6b197cff Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 8 May 2017 21:59:03 +0200 Subject: [PATCH] TLSClient: Remove double include --- src/TLSClient.cpp | 1 - src/libshared | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/TLSClient.cpp b/src/TLSClient.cpp index ea16987bc..ce42cc1cd 100644 --- a/src/TLSClient.cpp +++ b/src/TLSClient.cpp @@ -43,7 +43,6 @@ #include #endif #include -#include #include #include #include diff --git a/src/libshared b/src/libshared index f1a3cd6bf..f2ac7ef9c 160000 --- a/src/libshared +++ b/src/libshared @@ -1 +1 @@ -Subproject commit f1a3cd6bfabfb083fe3c26f580a15c0d60a92ee9 +Subproject commit f2ac7ef9cc9f33f634f9aacd65ca9c1f828f50e3