Minor fixes.

GitOrigin-RevId: e10945b585d067da0b6a532b9d9210aade7673d4
This commit is contained in:
levlam 2020-04-30 22:21:42 +03:00
parent 0af026dd63
commit 3175ed4c0a
9 changed files with 6 additions and 5 deletions

View File

@ -6,6 +6,7 @@
//
#include "td/telegram/DialogSource.h"
#include "td/utils/logging.h"
#include "td/utils/misc.h"
namespace td {

View File

@ -50,6 +50,7 @@
#include "td/utils/utf8.h"
#include <algorithm>
#include <limits>
#include <type_traits>
#include <unordered_set>

View File

@ -12,7 +12,6 @@
#include "td/telegram/misc.h"
#include "td/telegram/Photo.hpp"
#include "td/utils/format.h"
#include "td/utils/logging.h"
#include "td/utils/misc.h"
#include "td/utils/Slice.h"

View File

@ -27,6 +27,7 @@
#include "td/telegram/DialogId.h"
#include "td/telegram/DialogLocation.h"
#include "td/telegram/DialogParticipant.h"
#include "td/telegram/DialogSource.h"
#include "td/telegram/DocumentsManager.h"
#include "td/telegram/FileReferenceManager.h"
#include "td/telegram/files/FileGcParameters.h"

View File

@ -15,6 +15,7 @@
#include "td/telegram/TermsOfService.h"
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h"
#include "td/actor/actor.h"
#include "td/actor/PromiseFuture.h"

View File

@ -25,6 +25,7 @@
#include "td/actor/SleepActor.h"
#include "td/utils/base64.h"
#include "td/utils/crypto.h"
#include "td/utils/filesystem.h"
#include "td/utils/format.h"
#include "td/utils/HttpUrl.h"

View File

@ -38,6 +38,7 @@
#include <map>
#include <memory>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <utility>

View File

@ -6,11 +6,8 @@
//
#include "td/telegram/net/ConnectionCreator.h"
#include "td/telegram/telegram_api.h"
#include "td/telegram/ConfigManager.h"
#include "td/telegram/ConfigShared.h"
#include "td/telegram/DialogSource.h"
#include "td/telegram/Global.h"
#include "td/telegram/logevent/LogEvent.h"
#include "td/telegram/MessagesManager.h"

View File

@ -7,7 +7,6 @@
#pragma once
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h"
#include "td/telegram/net/DcId.h"
#include "td/telegram/net/DcOptions.h"