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"