summaryrefslogtreecommitdiff
path: root/include/tgbot/Api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tgbot/Api.h')
-rw-r--r--include/tgbot/Api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgbot/Api.h b/include/tgbot/Api.h
index c8e0b4f..7dd5b92 100644
--- a/include/tgbot/Api.h
+++ b/include/tgbot/Api.h
@@ -28,7 +28,6 @@
#include <boost/property_tree/ptree.hpp>
-#include "tgbot/net/HttpClient.h"
#include "tgbot/net/HttpReqArg.h"
#include "tgbot/types/User.h"
#include "tgbot/types/Message.h"
@@ -50,6 +49,7 @@
namespace TgBot {
class Bot;
+class HttpClient;
/**
* @brief This class executes telegram api methods. Telegram docs: <https://core.telegram.org/bots/api#available-methods>