From fa24915247d5c0d3aae0130ae18172799fbece49 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 31 Oct 2018 14:59:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=90=AF=E7=94=A8ss?= =?UTF-8?q?l=E7=BC=96=E8=AF=91=E4=B8=8D=E8=BF=87=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_httpApi.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_httpApi.cpp b/tests/test_httpApi.cpp index b0f3f189..057a508a 100644 --- a/tests/test_httpApi.cpp +++ b/tests/test_httpApi.cpp @@ -28,12 +28,8 @@ #include #include #include "Common/config.h" -#include "Http/HttpSession.h" -#ifdef ENABLE_OPENSSL #include "Util/SSLBox.h" #include "Http/HttpsSession.h" -#endif//ENABLE_OPENSSL - #include "Util/File.h" #include "Util/logger.h" #include "Util/onceToken.h"