From 0ea42c5054bd6915daa2fff4e1eb13d31e8af743 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 1 Jul 2023 19:46:10 +0300 Subject: [PATCH] Remove unneeded explicit api.h includes. --- td/telegram/Contact.cpp | 2 -- td/telegram/DialogId.cpp | 2 -- td/telegram/SendCodeHelper.cpp | 2 -- 3 files changed, 6 deletions(-) diff --git a/td/telegram/Contact.cpp b/td/telegram/Contact.cpp index 4792bc230..ea0dd6266 100644 --- a/td/telegram/Contact.cpp +++ b/td/telegram/Contact.cpp @@ -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" diff --git a/td/telegram/DialogId.cpp b/td/telegram/DialogId.cpp index 43c1e392a..12dd6ba92 100644 --- a/td/telegram/DialogId.cpp +++ b/td/telegram/DialogId.cpp @@ -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" diff --git a/td/telegram/SendCodeHelper.cpp b/td/telegram/SendCodeHelper.cpp index 681260734..9c2421359 100644 --- a/td/telegram/SendCodeHelper.cpp +++ b/td/telegram/SendCodeHelper.cpp @@ -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"