Remove unneeded explicit api.h includes.

This commit is contained in:
levlam 2023-07-01 19:46:10 +03:00
parent 424de61fcf
commit 0ea42c5054
3 changed files with 0 additions and 6 deletions

View File

@ -8,8 +8,6 @@
#include "td/telegram/misc.h"
#include "td/telegram/secret_api.h"
#include "td/telegram/td_api.h"
#include "td/telegram/telegram_api.h"
#include "td/utils/common.h"

View File

@ -6,8 +6,6 @@
//
#include "td/telegram/DialogId.h"
#include "td/telegram/telegram_api.h"
#include "td/utils/algorithm.h"
#include "td/utils/logging.h"

View File

@ -6,8 +6,6 @@
//
#include "td/telegram/SendCodeHelper.h"
#include "td/telegram/telegram_api.h"
#include "td/utils/base64.h"
#include "td/utils/buffer.h"
#include "td/utils/Time.h"