summaryrefslogtreecommitdiff
path: root/plugins/wbOSD/src/wbOSD.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-05-17 07:15:30 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-05-17 07:15:30 +0000
commite2c14eb588b5fcf9988e49cc020a238f297ea212 (patch)
treef88518dbfebe92c695add8855e50e99f9b3847f7 /plugins/wbOSD/src/wbOSD.h
parent7dba0582e220cc8615fdef2c4c0dc8bbd7b67b07 (diff)
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/src/wbOSD.h')
-rw-r--r--plugins/wbOSD/src/wbOSD.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/wbOSD/src/wbOSD.h b/plugins/wbOSD/src/wbOSD.h
index d690b2e85a..c8f80ffb99 100644
--- a/plugins/wbOSD/src/wbOSD.h
+++ b/plugins/wbOSD/src/wbOSD.h
@@ -14,8 +14,6 @@ Distributed under GNU's GPL 2 or later
#include <shlwapi.h>
#include <commctrl.h>
-#include "resource.h"
-#include "version.h"
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_database.h>
@@ -24,6 +22,10 @@ Distributed under GNU's GPL 2 or later
#include <m_protosvc.h>
#include <m_ignore.h>
#include <win2k.h>
+#include <m_message.h>
+
+#include "resource.h"
+#include "version.h"
#define THIS_MODULE "mirandaosd"
@@ -118,5 +120,4 @@ extern HINSTANCE hI;
extern HWND hwnd;
extern HANDLE hservosda;
extern HANDLE hHookedNewEvent, hHookedInit, hProtoAck, hContactSettingChanged, hHookContactStatusChanged, hContactStatusChanged, hpluginShutDown;
-extern HINSTANCE hUser32;
-
+extern HINSTANCE hUser32; \ No newline at end of file