summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-03-03 10:03:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-03-03 10:03:03 +0000
commit292cb6ecd2c5f834c8b535ca8bd6c678e84fab88 (patch)
treeda8a7590001734fc1de68ddebed124827828c6fb /plugins/SmileyAdd/src/stdafx.h
parent5fe02998f36882b52451743f831e811c051b395f (diff)
- CComPtr rulez;
- obsolete code removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@16400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r--plugins/SmileyAdd/src/stdafx.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h
index 9cedd2947c..66e7f9f93a 100644
--- a/plugins/SmileyAdd/src/stdafx.h
+++ b/plugins/SmileyAdd/src/stdafx.h
@@ -30,17 +30,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define _CRTDBG_MAP_ALLOC
#include <windows.h>
+#include <richedit.h>
+#include <richole.h>
+#include <commctrl.h>
+#include <gdiplus.h>
+#include <tom.h>
+#include <msapi\comptr.h>
+
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
-#include <gdiplus.h>
-#include <m_clist.h>
-#include <commctrl.h>
-#include <richedit.h>
#include <delayimp.h>
-#include <richole.h>
-#include <tom.h>
+
#include <vector>
#include <map>
#include <algorithm>
@@ -49,6 +51,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <win2k.h>
#include <newpluginapi.h>
+#include <m_clist.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_protosvc.h>