diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-18 23:28:28 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-18 23:28:28 +0000 |
commit | e6c6d61d66fff027f8de9e67a59151442282b94d (patch) | |
tree | 6e147946ff651e056782e0299cee77c3a95aa5df /message_notify/common.h | |
parent | a7b5fdcfad3b5de40d7ab582dda826924f473840 (diff) |
Updated to the latest miranda
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@587 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/common.h')
-rw-r--r-- | message_notify/common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/message_notify/common.h b/message_notify/common.h index cf0be72..1718241 100644 --- a/message_notify/common.h +++ b/message_notify/common.h @@ -26,16 +26,14 @@ #include <m_utils.h>
#include <m_ignore.h>
-#include <m_updater.h>
-#include <m_metacontacts.h>
+#include "m_updater.h"
+#include "m_metacontacts.h"
#include "m_speak.h"
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
-extern HANDLE mainThread;
-
void StartFocusTimer();
void StopFocusTimer();
|