diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:48:16 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:48:16 +0000 |
commit | 774f7488647ac9d36dbb6575a723593530b8e3af (patch) | |
tree | c5e72e56e2886489df2a3d11bba9c79cde68498c /MenuItemEx/menuex.h | |
parent | 64877ca2a7c90cd610b884d41b18a78a376962bc (diff) |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@51 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MenuItemEx/menuex.h')
-rw-r--r-- | MenuItemEx/menuex.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MenuItemEx/menuex.h b/MenuItemEx/menuex.h index 55e0ab5..c9f8ddd 100644 --- a/MenuItemEx/menuex.h +++ b/MenuItemEx/menuex.h @@ -26,10 +26,10 @@ #include "m_genmenu.h"
#include "m_popup.h"
#include "m_message.h"
-#include "sdk/m_updater.h"
-#include "sdk/m_fingerprint.h"
-#include "sdk/m_metacontacts.h"
-#include "sdk/m_msg_buttonsbar.h"
+#include "m_updater.h"
+#include "m_fingerprint.h"
+#include "m_metacontacts.h"
+#include "m_msg_buttonsbar.h"
#pragma optimize("gsy",on)
|