summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h94
1 files changed, 47 insertions, 47 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index cae3629bf9..8e56956840 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -1,48 +1,48 @@
-#ifndef _COMMON_H_
-#define _COMMON_H_
-
-#include <time.h>
-#include <windows.h>
-
-#include <map>
-#include <memory>
-
-#include <newpluginapi.h>
-
-#include <m_protoint.h>
-#include <m_protosvc.h>
-
-#include <m_avatars.h>
-#include <m_clist.h>
-#include <m_chat.h>
-#include <m_contacts.h>
-#include <m_database.h>
-#include <m_extraicons.h>
-#include <m_icolib.h>
-#include <m_langpack.h>
-#include <m_netlib.h>
-#include <m_options.h>
-#include <m_popup.h>
-
-#include "td/telegram/Client.h"
-#include "td/telegram/td_api.h"
-#include "td/telegram/td_api.hpp"
-namespace TD = td::td_api;
-
-#define MODULE "Telegram"
-
-#include "version.h"
-#include "resource.h"
-#include "mt_proto.h"
-#include "utils.h"
-
-struct CMPlugin : public ACCPROTOPLUGIN<CMTProto>
-{
- CMPlugin();
-
- HANDLE m_hIcon;
-
- int Load() override;
-};
-
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <time.h>
+#include <windows.h>
+
+#include <map>
+#include <memory>
+
+#include <newpluginapi.h>
+
+#include <m_protoint.h>
+#include <m_protosvc.h>
+
+#include <m_avatars.h>
+#include <m_clist.h>
+#include <m_chat.h>
+#include <m_contacts.h>
+#include <m_database.h>
+#include <m_extraicons.h>
+#include <m_icolib.h>
+#include <m_langpack.h>
+#include <m_netlib.h>
+#include <m_options.h>
+#include <m_popup.h>
+
+#include "td/telegram/Client.h"
+#include "td/telegram/td_api.h"
+#include "td/telegram/td_api.hpp"
+namespace TD = td::td_api;
+
+#define MODULE "Telegram"
+
+#include "version.h"
+#include "resource.h"
+#include "mt_proto.h"
+#include "utils.h"
+
+struct CMPlugin : public ACCPROTOPLUGIN<CMTProto>
+{
+ CMPlugin();
+
+ HANDLE m_hIcon;
+
+ int Load() override;
+};
+
#endif //_COMMON_H_ \ No newline at end of file