diff options
| author | levlam <levlam@telegram.org> | 2022-06-27 13:30:18 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-06-27 13:30:18 +0300 |
| commit | 32bac7bd24202c717a7f4ae119cc7dec48d4b83a (patch) | |
| tree | 47f047b268e8c268a67808e99247e1edda2d7d3b /td/telegram/CallActor.h | |
| parent | da2e504566d5f8397c4eef573f4e4931ca6a9bef (diff) | |
Move Promise to tdutils.
Diffstat (limited to 'td/telegram/CallActor.h')
| -rw-r--r-- | td/telegram/CallActor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/CallActor.h b/td/telegram/CallActor.h index 97186f35f..cb674ac55 100644 --- a/td/telegram/CallActor.h +++ b/td/telegram/CallActor.h @@ -18,10 +18,10 @@ #include "td/mtproto/DhHandshake.h" #include "td/actor/actor.h" -#include "td/actor/PromiseFuture.h" #include "td/utils/common.h" #include "td/utils/Container.h" +#include "td/utils/Promise.h" #include "td/utils/Status.h" #include <memory> |
