diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 10:50:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 10:50:20 +0000 |
commit | a85e238092f480e9de278ae507af710633fa2824 (patch) | |
tree | 6736cf3074c5e4e7da309e932074de041bc1ba96 /plugins/modernb/hdr | |
parent | c58de69f2936e24d2fa13eb415de963a4d7ca71f (diff) |
moving API to ExternalAPI folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@34 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/modernb/hdr')
-rw-r--r-- | plugins/modernb/hdr/modern_commonheaders.h | 8 |
1 files changed, 4 insertions, 4 deletions
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"
|