diff options
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();
|