summaryrefslogtreecommitdiff
path: root/include/tgbot/net/CurlHttpClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/net/CurlHttpClient.h')
-rw-r--r--include/tgbot/net/CurlHttpClient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tgbot/net/CurlHttpClient.h b/include/tgbot/net/CurlHttpClient.h
index 202cc40..30e72ba 100644
--- a/include/tgbot/net/CurlHttpClient.h
+++ b/include/tgbot/net/CurlHttpClient.h
@@ -3,15 +3,15 @@
#ifdef HAVE_CURL
-#include <string>
-
-#include <curl/curl.h>
-
#include "tgbot/net/HttpClient.h"
#include "tgbot/net/Url.h"
#include "tgbot/net/HttpReqArg.h"
#include "tgbot/net/HttpParser.h"
+#include <curl/curl.h>
+
+#include <string>
+
namespace TgBot {
/**