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/modern_clcitems.cpp | |
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/modern_clcitems.cpp')
-rw-r--r-- | plugins/modernb/modern_clcitems.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modernb/modern_clcitems.cpp b/plugins/modernb/modern_clcitems.cpp index fa7a272b77..36ab3bca7a 100644 --- a/plugins/modernb/modern_clcitems.cpp +++ b/plugins/modernb/modern_clcitems.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_clc.h"
#include "hdr/modern_clc.h"
#include "hdr/modern_clist.h"
-#include "m_api/m_metacontacts.h"
+#include "m_metacontacts.h"
#include "hdr/modern_commonprototypes.h"
void AddSubcontacts(struct ClcData *dat, struct ClcContact * cont, BOOL showOfflineHereGroup)
|