From 9e7e453efa0e3b3b7720df75fc5645a168075e8d Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Mon, 25 Apr 2011 18:46:43 +0000 Subject: 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 --- useactions/common.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'useactions/common.h') 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 #include #include -#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; -- cgit v1.2.3