summaryrefslogtreecommitdiff
path: root/plugins/Toaster/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-12-29 17:40:24 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-12-29 17:40:24 +0000
commit79cd4ccc87c8a4f380bd29139c71c0995e565913 (patch)
tree217fdf7d3a3777149f45978ae75b081df7dc85a5 /plugins/Toaster/src/stdafx.h
parentc9a1a90b67f5df583174bd48c8202666c3986005 (diff)
Toaster: big refactoring
git-svn-id: http://svn.miranda-ng.org/main/trunk@15964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r--plugins/Toaster/src/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h
index 2088db9016..57c860a0f3 100644
--- a/plugins/Toaster/src/stdafx.h
+++ b/plugins/Toaster/src/stdafx.h
@@ -32,11 +32,9 @@ const wchar_t AppUserModelID[] = _T("MirandaNG");
DEFINE_PROPERTYKEY(PKEY_AppUserModel_ID, 0x9F4C2855, 0x9F79, 0x4B39, 0xA8, 0xD0, 0xE1, 0xD4, 0x2D, 0xE1, 0xD5, 0xF3, 5);
#define MODULE "Toaster"
-
#define CHECKHR(x) if (FAILED(x)) return x;
#include "string_reference_wrapper.h"
-#include "toast_event_handler.h"
#include "toast_notification.h"
#include "add_to_start_menu.h"
#include "options.h"