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 /test/online.cpp | |
| parent | da2e504566d5f8397c4eef573f4e4931ca6a9bef (diff) | |
Move Promise to tdutils.
Diffstat (limited to 'test/online.cpp')
| -rw-r--r-- | test/online.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/online.cpp b/test/online.cpp index 97e39df26..50b87081e 100644 --- a/test/online.cpp +++ b/test/online.cpp @@ -12,7 +12,6 @@ #include "td/actor/actor.h" #include "td/actor/ConcurrentScheduler.h" #include "td/actor/MultiPromise.h" -#include "td/actor/PromiseFuture.h" #include "td/utils/crypto.h" #include "td/utils/FileLog.h" @@ -21,6 +20,7 @@ #include "td/utils/OptionParser.h" #include "td/utils/port/path.h" #include "td/utils/port/signals.h" +#include "td/utils/Promise.h" #include "td/utils/Random.h" #include <iostream> |
