summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-17 13:45:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-17 13:45:51 +0300
commit6fa68cf0d363869146059d78181c7debbfd4f3b9 (patch)
tree2d3c38a426d804cc2978df099c67f036dcf5b6fa /protocols/Telegram/src/stdafx.h
parent18f40bbda421a49fe5fc3ca8adbfa56783c55649 (diff)
Telegram: files renamed according to Miranda standard
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index 8e56956840..ce2aaf4abf 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -33,7 +33,7 @@ namespace TD = td::td_api;
#include "version.h"
#include "resource.h"
-#include "mt_proto.h"
+#include "proto.h"
#include "utils.h"
struct CMPlugin : public ACCPROTOPLUGIN<CMTProto>