summaryrefslogtreecommitdiff
path: root/include/tgbot/net/HttpParser.h
diff options
context:
space:
mode:
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 {