diff options
Diffstat (limited to 'shhhonidle/common.h')
-rw-r--r-- | shhhonidle/common.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/shhhonidle/common.h b/shhhonidle/common.h index 47e55bf..f96c5d4 100644 --- a/shhhonidle/common.h +++ b/shhhonidle/common.h @@ -4,26 +4,27 @@ #define MIRANDA_VER 0x0600
#include <windows.h>
+#include <prsht.h>
#include <stdio.h>
#include "resource.h"
-
#include <newpluginapi.h>
-#include "../include/m_system.h"
-#include "../include/m_langpack.h"
-#include "../include/m_options.h"
-#include "../include/m_idle.h"
-#include "../include/m_skin.h"
-#include "../include/m_database.h"
-#include "../include/m_clist.h"
+#include <m_system.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_idle.h>
+#include <m_skin.h>
+#include <m_database.h>
+#include <m_clist.h>
+
+#include <m_popup.h>
-#include "../include/m_popup.h"
+#include <m_alarms.h>
-#include "../alarms/m_alarms.h"
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
#ifndef MIID_SHHHONIDLE
#define MIID_SHHHONIDLE {0x778fc97f, 0x1d26, 0x427e, { 0x8a, 0x7, 0x10, 0x1a, 0xfb, 0x79, 0x6b, 0x46}}
-#endif
\ No newline at end of file +#endif
|