Skip to content

Commit

Permalink
Fix some includes.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4b57613cc6e948ceb7d63b4378bc9124271e0f53
  • Loading branch information
levlam committed Oct 8, 2020
1 parent 6bbb7cd commit fdc3920
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions td/mtproto/SessionConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "td/utils/buffer.h"
#include "td/utils/format.h"
#include "td/utils/logging.h"
#include "td/utils/Named.h"
#include "td/utils/port/detail/PollableFd.h"
#include "td/utils/ScopeGuard.h"
Expand Down
1 change: 1 addition & 0 deletions td/mtproto/Transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "td/mtproto/PacketInfo.h"

#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"
#include "td/utils/StorerBase.h"
Expand Down
2 changes: 1 addition & 1 deletion td/telegram/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#include "td/telegram/ClientActor.h"
#include "td/telegram/Log.h"
#include "td/telegram/td_api_json.h"
#include "td/telegram/Td.h" // for VERBOSITY_NAME(td_requests)
#include "td/telegram/td_api_json.h"

#include "td/utils/base64.h"
#include "td/utils/buffer.h"
Expand Down
1 change: 1 addition & 0 deletions td/telegram/files/FileLoaderUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "td/utils/buffer.h"
#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/port/FileFd.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"
Expand Down
1 change: 1 addition & 0 deletions td/telegram/net/DcAuthManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include "td/utils/buffer.h"
#include "td/utils/common.h"
#include "td/utils/logging.h"

#include <memory>

Expand Down
1 change: 1 addition & 0 deletions tdactor/td/actor/impl/Scheduler-decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "td/utils/Closure.h"
#include "td/utils/Heap.h"
#include "td/utils/List.h"
#include "td/utils/logging.h"
#include "td/utils/MovableValue.h"
#include "td/utils/MpscPollableQueue.h"
#include "td/utils/ObjectPool.h"
Expand Down
1 change: 1 addition & 0 deletions tddb/td/db/SqliteStatement.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#pragma once

#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/ScopeGuard.h"
#include "td/utils/Slice.h"
#include "td/utils/Status.h"
Expand Down
1 change: 1 addition & 0 deletions test/tdclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <utility>

Expand Down

0 comments on commit fdc3920

Please sign in to comment.