From 0e9a5bb427757b8b6ecb2734e602fe5bc7e6354b Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Sun, 22 Mar 2020 20:12:33 +0300 Subject: Fix header order. --- include/tgbot/EventBroadcaster.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/tgbot/EventBroadcaster.h') diff --git a/include/tgbot/EventBroadcaster.h b/include/tgbot/EventBroadcaster.h index 978a6fe..8d0d319 100644 --- a/include/tgbot/EventBroadcaster.h +++ b/include/tgbot/EventBroadcaster.h @@ -1,17 +1,17 @@ #ifndef TGBOT_EVENTBROADCASTER_H #define TGBOT_EVENTBROADCASTER_H -#include -#include -#include -#include - #include "tgbot/export.h" #include "tgbot/types/Message.h" #include "tgbot/types/InlineQuery.h" #include "tgbot/types/ChosenInlineResult.h" #include "tgbot/types/CallbackQuery.h" +#include +#include +#include +#include + namespace TgBot { class EventHandler; -- cgit v1.2.3