diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-28 17:11:36 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-28 17:11:36 +0000 |
commit | 9d81a96b2de32c863829cc048a516b943180fc79 (patch) | |
tree | db1df1c0b88ff085c83a23c8a51e6367ee3a7114 /plugins/Toaster/src/stdafx.h | |
parent | 7496a513f28bf3bdf303f49c2f25de8e7506e51a (diff) |
Toaster: includes cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@15066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index 8df66f4598..a0dc262a7d 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -3,12 +3,6 @@ #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
-#include <Windows.h>
-#include <SDKDDKVer.h>
-#include <intsafe.h>
-#include <time.h>
-#include <roapi.h>
-#include <wrl\client.h>
#include <wrl\implements.h>
#include <windows.ui.notifications.h>
@@ -16,17 +10,16 @@ #include <m_system.h>
#include <m_system_cpp.h>
#include <m_core.h>
-#include <m_utils.h>
#include <m_langpack.h>
#include <m_avatars.h>
#include <m_protocols.h>
#include <m_popup.h>
#include <m_message.h>
#include <m_chat.h>
+#include <m_string.h>
#include "version.h"
#include "resource.h"
-#include <strsafe.h>
typedef void(__cdecl *pEventHandler)(void*);
const wchar_t AppUserModelID[] = _T("MirandaNG");
|