diff options
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r-- | include/tgbot/Api.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h index 50e10ed..eddbe50 100644 --- a/include/tgbot/Api.h +++ b/include/tgbot/Api.h @@ -1,14 +1,6 @@ #ifndef TGBOT_CPP_API_H #define TGBOT_CPP_API_H -#include <cstdint> -#include <memory> -#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" @@ -29,6 +21,14 @@ #include "tgbot/types/LabeledPrice.h" #include "tgbot/types/ShippingOption.h" +#include <boost/property_tree/ptree.hpp> +#include <boost/variant.hpp> + +#include <cstdint> +#include <memory> +#include <string> +#include <vector> + namespace TgBot { class Bot; |