summaryrefslogtreecommitdiff
path: root/include/tgbot/net/HttpParser.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/HttpParser.h
parent58620856faf03e36fd57fa50362fc32f4b8cb9cb (diff)
Fix header order.
Diffstat (limited to 'include/tgbot/net/HttpParser.h')
-rw-r--r--include/tgbot/net/HttpParser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tgbot/net/HttpParser.h b/include/tgbot/net/HttpParser.h
index fabeacf..870ac38 100644
--- a/include/tgbot/net/HttpParser.h
+++ b/include/tgbot/net/HttpParser.h
@@ -1,13 +1,13 @@
#ifndef TGBOT_HTTPPARSER_H
#define TGBOT_HTTPPARSER_H
+#include "tgbot/net/Url.h"
+#include "tgbot/net/HttpReqArg.h"
+
#include <string>
#include <unordered_map>
#include <vector>
-#include "tgbot/net/Url.h"
-#include "tgbot/net/HttpReqArg.h"
-
namespace TgBot {
class TGBOT_API HttpParser {