summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AddToStartMenu/src/stdafx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/AddToStartMenu/src/stdafx.h b/plugins/AddToStartMenu/src/stdafx.h
index 6992f1f40c..587fba5c3a 100644
--- a/plugins/AddToStartMenu/src/stdafx.h
+++ b/plugins/AddToStartMenu/src/stdafx.h
@@ -1,32 +1,19 @@
#pragma once
#include <Windows.h>
-#include <sal.h>
#include <Psapi.h>
-#include <ObjBase.h>
#include <ShObjIdl.h>
#include <propvarutil.h>
#include <functiondiscoverykeys.h>
-#include <intsafe.h>
-#include <guiddef.h>
-
#include <wrl\client.h>
#include <wrl\implements.h>
-
#include <newpluginapi.h>
-#include <m_database.h>
-#include <m_protocols.h>
-#include <m_protosvc.h>
#include <m_langpack.h>
-#include <m_icolib.h>
-#include <m_extraicons.h>
#include <m_message.h>
-#include <m_timezones.h>
#include <m_genmenu.h>
#include <m_clist.h>
#include "Version.h"
-#include <strsafe.h>
const wchar_t AppUserModelID[] = _T("MirandaNG");