diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 18:46:43 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 18:46:43 +0000 |
commit | 9e7e453efa0e3b3b7720df75fc5645a168075e8d (patch) | |
tree | 6d47f40e608529865092efafcad6588c491a3ff4 /useactions/common.h | |
parent | 87e54320f23697066f9ee39b6364c23b9131ab90 (diff) |
first step to moving all ext api's in one place
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@36 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'useactions/common.h')
-rw-r--r-- | useactions/common.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/useactions/common.h b/useactions/common.h index 1a022b3..f44ebd0 100644 --- a/useactions/common.h +++ b/useactions/common.h @@ -50,12 +50,12 @@ #include <m_genmenu.h>
#include <m_icolib.h>
#include <m_protocols.h>
-#include "ExternalAPI\m_actman.h"
-#include "ExternalAPI\m_msg_buttonsbar.h"
-#include "ExternalAPI\m_toolbar.h"
-#include "ExternalAPI\m_toptoolbar.h"
-#include "ExternalAPI\m_variables.h"
-#include "ExternalAPI\m_updater.h"
+#include "m_actman.h"
+#include "m_msg_buttonsbar.h"
+#include "m_toolbar.h"
+#include "m_toptoolbar.h"
+#include "m_variables.h"
+#include "m_updater.h"
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
|