From e3490d65bb824a9b4ee0fdc0872753fa295b1087 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Wed, 12 Aug 2015 13:43:02 +0300 Subject: Fix some compiler errors with global header file --- samples/echobot/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'samples/echobot') diff --git a/samples/echobot/src/main.cpp b/samples/echobot/src/main.cpp index 61f4019..f4a1a31 100644 --- a/samples/echobot/src/main.cpp +++ b/samples/echobot/src/main.cpp @@ -24,8 +24,7 @@ #include #include -#include -#include +#include using namespace std; using namespace TgBot; -- cgit v1.2.3