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/HttpParser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tgbot/net/HttpParser.h') 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 #include #include -#include "tgbot/net/Url.h" -#include "tgbot/net/HttpReqArg.h" - namespace TgBot { class TGBOT_API HttpParser { -- cgit v1.2.3