From 9d901396dc74fefefc44d43e3ae26766b4795aae Mon Sep 17 00:00:00 2001 From: Fred Nicolson Date: Tue, 14 Jan 2020 09:39:21 +0000 Subject: [PATCH] Removed redundant include --- tests/HttpTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/HttpTest.cpp b/tests/HttpTest.cpp index b2dcc62..b15fe29 100644 --- a/tests/HttpTest.cpp +++ b/tests/HttpTest.cpp @@ -3,7 +3,6 @@ // #include -#include #include TEST(HttpTest, test_request_type_to_string)