diff options
Diffstat (limited to 'include/tgbot/net/HttpClient.h')
-rw-r--r-- | include/tgbot/net/HttpClient.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tgbot/net/HttpClient.h b/include/tgbot/net/HttpClient.h index 8542153..a35dd7d 100644 --- a/include/tgbot/net/HttpClient.h +++ b/include/tgbot/net/HttpClient.h @@ -1,12 +1,12 @@ #ifndef TGBOT_HTTPCLIENT_H #define TGBOT_HTTPCLIENT_H -#include <string> -#include <vector> - #include "tgbot/net/Url.h" #include "tgbot/net/HttpReqArg.h" +#include <string> +#include <vector> + namespace TgBot { /** |