Skip to content

Commit

Permalink
Fix some includes.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a3fecf68a676120e1bbd5936d98dee6cf05e8294
  • Loading branch information
levlam committed Aug 10, 2018
1 parent 07bfd77 commit d3bce1b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions td/telegram/AuthManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

#include "td/actor/PromiseFuture.h"

#include "td/utils/buffer.h"
#include "td/utils/crypto.h"
#include "td/utils/format.h"
#include "td/utils/logging.h"
#include "td/utils/ScopeGuard.h"
Expand Down
1 change: 1 addition & 0 deletions td/telegram/LanguagePackManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include "td/utils/Container.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"

#include <mutex>
#include <unordered_map>
Expand Down
1 change: 1 addition & 0 deletions td/telegram/PasswordManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include "td/mtproto/crypto.h"

#include "td/utils/BigNum.h"
#include "td/utils/buffer.h"
#include "td/utils/crypto.h"
#include "td/utils/format.h"
Expand Down
1 change: 1 addition & 0 deletions td/telegram/PasswordManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "td/actor/actor.h"
#include "td/actor/PromiseFuture.h"

#include "td/utils/buffer.h"
#include "td/utils/Container.h"
#include "td/utils/logging.h"
#include "td/utils/optional.h"
Expand Down
1 change: 1 addition & 0 deletions td/telegram/StickersManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "td/utils/format.h"
#include "td/utils/logging.h"
#include "td/utils/misc.h"
#include "td/utils/Slice.h"
#include "td/utils/tl_helpers.h"

namespace td {
Expand Down
1 change: 1 addition & 0 deletions td/telegram/net/NetQueryCreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "td/utils/format.h"
#include "td/utils/Gzip.h"
#include "td/utils/logging.h"
#include "td/utils/Slice.h"

namespace td {

Expand Down

0 comments on commit d3bce1b

Please sign in to comment.