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/Api.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/tgbot/Api.h') diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index ac37231..04238ff 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -1,13 +1,6 @@ #ifndef TGBOT_CPP_API_H #define TGBOT_CPP_API_H -#include -#include -#include - -#include -#include - #include "tgbot/TgTypeParser.h" #include "tgbot/net/HttpClient.h" #include "tgbot/net/HttpReqArg.h" @@ -28,6 +21,13 @@ #include "tgbot/types/LabeledPrice.h" #include "tgbot/types/ShippingOption.h" +#include +#include + +#include +#include +#include + namespace TgBot { class Bot; -- cgit v1.2.3