From 64174491dac84c559db5c48ed850177fa3eb4da0 Mon Sep 17 00:00:00 2001 From: jellybrick Date: Sat, 14 Mar 2020 23:21:30 +0900 Subject: Fix #127, #128 & Code quality improvements It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'. --- src/net/Url.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net/Url.cpp') diff --git a/src/net/Url.cpp b/src/net/Url.cpp index 016a97f..95e31c7 100644 --- a/src/net/Url.cpp +++ b/src/net/Url.cpp @@ -2,8 +2,6 @@ #include -#include "tgbot/tools/StringTools.h" - using namespace std; namespace TgBot { -- cgit v1.2.3