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/yamn.h | |
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/yamn.h')
-rw-r--r-- | YAMN/yamn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/YAMN/yamn.h b/YAMN/yamn.h index b209b24..fa42d5a 100644 --- a/YAMN/yamn.h +++ b/YAMN/yamn.h @@ -34,10 +34,10 @@ #include "m_protocols.h" //protocols
#include "m_protomod.h" //protocols module
#include "m_protosvc.h"
-#include "include/m_uninstaller.h" //PluginUninstaller structures
+#include "m_uninstaller.h" //PluginUninstaller structures
#include "m_toptoolbar.h"
#include "m_icolib.h"
-#include "include/m_kbdnotify.h"
+#include "m_kbdnotify.h"
#include "m_popup.h"
#include "m_updater.h"
#include "m_account.h" //Account structure and all needed structures to cooperate with YAMN
|