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/yamn.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/yamn.h')
-rw-r--r-- | plugins/YAMN/yamn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/yamn.h b/plugins/YAMN/yamn.h index d8afa9aac6..1a80b5d676 100644 --- a/plugins/YAMN/yamn.h +++ b/plugins/YAMN/yamn.h @@ -41,7 +41,7 @@ #include "m_updater.h"
#include "m_account.h" //Account structure and all needed structures to cooperate with YAMN
#include "m_messages.h" //Messages sent to YAMN windows
-#include "mails/m_mails.h" //use YAMN's mails
+#include "m_mails.h" //use YAMN's mails
#include "mails/m_decode.h" //use decoding macros (needed for header extracting)
#include "browser/m_browser.h" //we want to run YAMN mailbrowser, no new mail notification and bad connect window
#include "resources/resource.h"
|