summaryrefslogtreecommitdiff
path: root/YAMN/proto
diff options
context:
space:
mode:
Diffstat (limited to 'YAMN/proto')
-rw-r--r--YAMN/proto/pop3/pop3comm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/YAMN/proto/pop3/pop3comm.h b/YAMN/proto/pop3/pop3comm.h
index 0d30e5d..7b93bda 100644
--- a/YAMN/proto/pop3/pop3comm.h
+++ b/YAMN/proto/pop3/pop3comm.h
@@ -4,11 +4,11 @@
#include <windows.h>
#include "pop3.h"
-#include "../../m_protoplugin.h"
+#include "m_protoplugin.h"
//We can use synchro.h because this is internal plugin. If you use external plugin,
//and you want to use SO for your plugin, you can use YAMN's SO.
//All you need is to include synchro.h and use YAMN's exported synchronization functions.
-#include "../../m_synchro.h"
+#include "m_synchro.h"
//For mail exported functions defintions
#include "../../mails/m_mails.h"