diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 23:12:14 +0000 |
commit | 4a8d7c10bc12e1e6fd2bd42d1727d7ef4d9612a2 (patch) | |
tree | 30d6970ebfad05bd0dd385e4cdaca0fc55fd5cf4 /YAMN/browser/mailbrowser.cpp | |
parent | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@231 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'YAMN/browser/mailbrowser.cpp')
-rw-r--r-- | YAMN/browser/mailbrowser.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/YAMN/browser/mailbrowser.cpp b/YAMN/browser/mailbrowser.cpp index aaa1fbb..c6cba1a 100644 --- a/YAMN/browser/mailbrowser.cpp +++ b/YAMN/browser/mailbrowser.cpp @@ -28,14 +28,14 @@ #include <m_database.h>
#include <m_clist.h>
#include <m_popup.h>
-#include "../include/m_kbdnotify.h"
+#include "m_kbdnotify.h"
#include "../main.h"
-#include "../m_protoplugin.h"
-#include "../m_account.h"
+#include "m_protoplugin.h"
+#include "m_account.h"
#include "../debug.h"
-#include "../m_messages.h"
+#include "m_messages.h"
#include "../mails/m_mails.h"
-#include "../m_yamn.h"
+#include "m_yamn.h"
#include "../resources/resource.h"
#include <win2k.h>
|