Fix some includes.

GitOrigin-RevId: 1a3a8bab67f3ed56545d58815187d7a8f99944d9
This commit is contained in:
levlam 2020-01-03 01:48:23 +03:00
parent 69f30a3505
commit e44b02fe45
5 changed files with 3 additions and 8 deletions

View File

@ -4,7 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "td/utils/benchmark.h" // for bench, do_not_optimize_away, etc
#include "td/utils/benchmark.h"
#include "td/mtproto/DhHandshake.h"

View File

@ -23,9 +23,9 @@
#include "td/telegram/HashtagHints.h"
#include "td/telegram/InlineQueriesManager.h"
#include "td/telegram/InputMessageText.h"
#include "td/telegram/Location.h"
#include "td/telegram/logevent/LogEvent.h"
#include "td/telegram/logevent/LogEventHelper.h"
#include "td/telegram/Location.h"
#include "td/telegram/MessageContent.h"
#include "td/telegram/MessageEntity.hpp"
#include "td/telegram/MessagesDb.h"

View File

@ -10,7 +10,6 @@
#include "td/telegram/Global.h"
#include "td/telegram/logevent/LogEvent.h"
#include "td/telegram/net/NetQueryDispatcher.h"
#include "td/telegram/SecureStorage.h"
#include "td/telegram/TdDb.h"
#include "td/mtproto/DhHandshake.h"
@ -25,9 +24,6 @@
#include "td/utils/Slice.h"
#include "td/utils/Time.h"
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h" // TODO: this file is already included. Why?
namespace td {
tl_object_ptr<td_api::temporaryPasswordState> TempPasswordState::as_td_api() const {

View File

@ -45,7 +45,7 @@
#include <clocale>
#include <cstdio>
#include <cstdlib>
#include <cstring> // for strcmp
#include <cstring>
#include <ctime>
#include <iostream>
#include <limits>

View File

@ -8,7 +8,6 @@
#include "td/utils/format.h"
#include "td/utils/logging.h"
//#include "td/utils/Slice.h" // TODO move StringBuilder implementation to cpp, remove header
#include "td/utils/Time.h"
namespace td {