diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-17 13:45:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-17 13:45:51 +0300 |
commit | 6fa68cf0d363869146059d78181c7debbfd4f3b9 (patch) | |
tree | 2d3c38a426d804cc2978df099c67f036dcf5b6fa /protocols/Telegram/src/stdafx.h | |
parent | 18f40bbda421a49fe5fc3ca8adbfa56783c55649 (diff) |
Telegram: files renamed according to Miranda standard
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 2 |
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>
|