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/net/BoostHttpOnlySslClient.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/tgbot/net/BoostHttpOnlySslClient.h') diff --git a/include/tgbot/net/BoostHttpOnlySslClient.h b/include/tgbot/net/BoostHttpOnlySslClient.h index 594b3fe..a047fea 100644 --- a/include/tgbot/net/BoostHttpOnlySslClient.h +++ b/include/tgbot/net/BoostHttpOnlySslClient.h @@ -1,15 +1,15 @@ #ifndef TGBOT_BOOSTHTTPCLIENT_H #define TGBOT_BOOSTHTTPCLIENT_H -#include - -#include - #include "tgbot/net/HttpClient.h" #include "tgbot/net/Url.h" #include "tgbot/net/HttpReqArg.h" #include "tgbot/net/HttpParser.h" +#include + +#include + namespace TgBot { /** -- cgit v1.2.3