diff options
Diffstat (limited to 'samples/echobot')
-rw-r--r-- | samples/echobot/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/echobot/src/main.cpp b/samples/echobot/src/main.cpp index 61f4019..f4a1a31 100644 --- a/samples/echobot/src/main.cpp +++ b/samples/echobot/src/main.cpp @@ -24,8 +24,7 @@ #include <stdio.h> #include <exception> -#include <tgbot/Bot.h> -#include <tgbot/net/TgLongPoll.h> +#include <tgbot/tgbot.h> using namespace std; using namespace TgBot; |