aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/BotCommand.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-06-27 13:30:18 +0300
committerlevlam <levlam@telegram.org>2022-06-27 13:30:18 +0300
commit32bac7bd24202c717a7f4ae119cc7dec48d4b83a (patch)
tree47f047b268e8c268a67808e99247e1edda2d7d3b /td/telegram/BotCommand.h
parentda2e504566d5f8397c4eef573f4e4931ca6a9bef (diff)
Move Promise to tdutils.
Diffstat (limited to 'td/telegram/BotCommand.h')
-rw-r--r--td/telegram/BotCommand.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/td/telegram/BotCommand.h b/td/telegram/BotCommand.h
index 956217792..23d683b11 100644
--- a/td/telegram/BotCommand.h
+++ b/td/telegram/BotCommand.h
@@ -10,9 +10,8 @@
#include "td/telegram/telegram_api.h"
#include "td/telegram/UserId.h"
-#include "td/actor/PromiseFuture.h"
-
#include "td/utils/common.h"
+#include "td/utils/Promise.h"
#include "td/utils/tl_helpers.h"
namespace td {