From a85e238092f480e9de278ae507af710633fa2824 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 18 May 2012 10:50:20 +0000 Subject: moving API to ExternalAPI folder git-svn-id: http://svn.miranda-ng.org/main/trunk@34 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/modernb/hdr/modern_commonheaders.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/modernb/hdr') diff --git a/plugins/modernb/hdr/modern_commonheaders.h b/plugins/modernb/hdr/modern_commonheaders.h index 91628f809c..9dda706e1a 100644 --- a/plugins/modernb/hdr/modern_commonheaders.h +++ b/plugins/modernb/hdr/modern_commonheaders.h @@ -118,7 +118,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "modern_clist.h" #include "modern_cluiframes.h" #include "m_cluiframes.h" -#include "../m_api/m_metacontacts.h" +#include "m_metacontacts.h" #include "../m_api/m_skin_eng.h" #include "modern_rowheight_funcs.h" @@ -126,12 +126,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "modern_log.h" #include "richedit.h" -#include "../m_api/m_variables.h" +#include "m_variables.h" -#include "../m_api/m_smileyadd.h" +#include "m_smileyadd.h" #include "../m_api/m_xpTheme.h" -#include "../m_api/m_toolbar.h" +#include "m_toolbar.h" #include "../resource.h" -- cgit v1.2.3