summaryrefslogtreecommitdiff
path: root/include/tgbot/net/HttpServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/net/HttpServer.h')
-rw-r--r--include/tgbot/net/HttpServer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tgbot/net/HttpServer.h b/include/tgbot/net/HttpServer.h
index 2eb229a..2c94dcf 100644
--- a/include/tgbot/net/HttpServer.h
+++ b/include/tgbot/net/HttpServer.h
@@ -1,6 +1,10 @@
#ifndef TGBOT_HTTPSERVER_H
#define TGBOT_HTTPSERVER_H
+#include "tgbot/net/HttpParser.h"
+
+#include <boost/asio.hpp>
+
#include <cstddef>
#include <exception>
#include <functional>
@@ -10,10 +14,6 @@
#include <unordered_map>
#include <utility>
-#include <boost/asio.hpp>
-
-#include "tgbot/net/HttpParser.h"
-
namespace TgBot {
/**