Improve includes.
This commit is contained in:
parent
97260f4853
commit
866f9f463a
@ -8,6 +8,8 @@
|
||||
|
||||
#include "td/telegram/Global.h"
|
||||
|
||||
#include "td/utils/Status.h"
|
||||
|
||||
namespace td {
|
||||
|
||||
AlarmManager::AlarmManager(ActorShared<> parent) : parent_(std::move(parent)) {
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include "td/utils/buffer.h"
|
||||
#include "td/utils/logging.h"
|
||||
#include "td/utils/Status.h"
|
||||
|
||||
namespace td {
|
||||
|
||||
|
@ -165,7 +165,6 @@
|
||||
#include "td/telegram/WebPagesManager.h"
|
||||
|
||||
#include "td/utils/algorithm.h"
|
||||
#include "td/utils/logging.h"
|
||||
#include "td/utils/Slice.h"
|
||||
#include "td/utils/Status.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user