From 16bfe727751293c3b01b58170c732ccd24e720e2 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Sat, 14 Mar 2020 17:46:30 +0300 Subject: Improve include order. Add some forward decls. --- include/tgbot/Bot.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/tgbot/Bot.h') diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index bf77380..d966c1b 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -1,15 +1,16 @@ #ifndef TGBOT_CPP_BOT_H #define TGBOT_CPP_BOT_H -#include -#include -#include #include "tgbot/Api.h" #include "tgbot/EventBroadcaster.h" #include "tgbot/EventHandler.h" #include "tgbot/net/HttpClient.h" #include "tgbot/net/BoostHttpOnlySslClient.h" +#include +#include +#include + namespace TgBot { /** -- cgit v1.2.3