diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 22:21:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 22:21:35 +0000 |
commit | 0195e3f08c19b4172d56461ed05a8ae4716ec888 (patch) | |
tree | d52e9c7772016d8c7a68955949d65b5181fa6ce7 /plugins/YAMN/proto/pop3/pop3comm.h | |
parent | 55e9dc8beb16f1a2f79333b9fc06403117383918 (diff) |
removed not needed api
git-svn-id: http://svn.miranda-ng.org/main/trunk@63 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/proto/pop3/pop3comm.h')
-rw-r--r-- | plugins/YAMN/proto/pop3/pop3comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/proto/pop3/pop3comm.h b/plugins/YAMN/proto/pop3/pop3comm.h index 7b93bdaf52..c7eb01b5a1 100644 --- a/plugins/YAMN/proto/pop3/pop3comm.h +++ b/plugins/YAMN/proto/pop3/pop3comm.h @@ -11,7 +11,7 @@ #include "m_synchro.h"
//For mail exported functions defintions
-#include "../../mails/m_mails.h"
+#include "m_mails.h"
#include "../../debug.h"
|