summaryrefslogtreecommitdiff
path: root/include/tgbot/net/BoostHttpOnlySslClient.h
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:12:33 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:12:33 +0300
commit0e9a5bb427757b8b6ecb2734e602fe5bc7e6354b (patch)
tree4aeb54b0be115bede2191a3bb2d829245955a881 /include/tgbot/net/BoostHttpOnlySslClient.h
parent58620856faf03e36fd57fa50362fc32f4b8cb9cb (diff)
Fix header order.
Diffstat (limited to 'include/tgbot/net/BoostHttpOnlySslClient.h')
-rw-r--r--include/tgbot/net/BoostHttpOnlySslClient.h8
1 files changed, 4 insertions, 4 deletions
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 <string>
-
-#include <boost/asio.hpp>
-
#include "tgbot/net/HttpClient.h"
#include "tgbot/net/Url.h"
#include "tgbot/net/HttpReqArg.h"
#include "tgbot/net/HttpParser.h"
+#include <boost/asio.hpp>
+
+#include <string>
+
namespace TgBot {
/**