summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/src/stdafx.h
diff options
context:
space:
mode:
authorGoraf <22941576+Goraf@users.noreply.github.com>2017-09-25 13:51:41 +0200
committerGeorge Hazan <ghazan@miranda.im>2017-09-25 14:51:41 +0300
commitcf0855b36f260ea19c96e43e99f94988f81dcf12 (patch)
tree89096fa83fdd88741e5776e7d762988137942bb2 /plugins/AsSingleWindow/src/stdafx.h
parentd701a30b0f6c15241293a483fa3df95e5ce37efb (diff)
AsSingleWindow: make it working (#941)
* AsSingleWindow: remove interfaces to be able to load plugin * AsSingleWindow: fix saving options * AsSingleWindow: remove unnecessary handles * AsSingleWindow: code cleaning * AsSingleWindow: move plugin info to separate version.h
Diffstat (limited to 'plugins/AsSingleWindow/src/stdafx.h')
-rw-r--r--plugins/AsSingleWindow/src/stdafx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/AsSingleWindow/src/stdafx.h b/plugins/AsSingleWindow/src/stdafx.h
index a7e42fdf90..8b24b19292 100644
--- a/plugins/AsSingleWindow/src/stdafx.h
+++ b/plugins/AsSingleWindow/src/stdafx.h
@@ -2,7 +2,6 @@
#define WIN32_LEAN_AND_MEAN
-// Файлы заголовков Windows:
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
@@ -11,7 +10,6 @@
#include <list>
#include <algorithm>
-// Miranda headers
#include "newpluginapi.h"
#include "m_system.h"
#include "m_langpack.h"
@@ -22,5 +20,3 @@
//#include "m_clui.h"
#include "m_options.h"
//#include "m_plugins.h"
-
-// end of file \ No newline at end of file