diff options
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r-- | include/tgbot/Api.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 <cstdint> -#include <string> -#include <vector> - -#include <boost/property_tree/ptree.hpp> -#include <boost/variant.hpp> - #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 <boost/property_tree/ptree.hpp> +#include <boost/variant.hpp> + +#include <cstdint> +#include <string> +#include <vector> + namespace TgBot { class Bot; |