summaryrefslogtreecommitdiff
path: root/plugins/tabsrmm/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-18 10:50:20 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-18 10:50:20 +0000
commita85e238092f480e9de278ae507af710633fa2824 (patch)
tree6736cf3074c5e4e7da309e932074de041bc1ba96 /plugins/tabsrmm/src
parentc58de69f2936e24d2fa13eb415de963a4d7ca71f (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/tabsrmm/src')
-rw-r--r--plugins/tabsrmm/src/commonheaders.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/plugins/tabsrmm/src/commonheaders.h b/plugins/tabsrmm/src/commonheaders.h
index cad99b61b8..f1be6661b2 100644
--- a/plugins/tabsrmm/src/commonheaders.h
+++ b/plugins/tabsrmm/src/commonheaders.h
@@ -213,21 +213,21 @@ extern struct LIST_INTERFACE li;
#define safe_sizeof(a) (unsigned int)((sizeof((a)) / sizeof((a)[0])))
#include "../include/version.h"
-#include "../API/m_ieview.h"
-#include "../API/m_popup2.h"
-#include "../API/m_metacontacts.h"
-#include "../API/m_fingerprint.h"
-#include "../API/m_nudge.h"
-#include "../API/m_folders.h"
-#include "../API/m_msg_buttonsbar.h"
-#include "../API/m_cln_skinedit.h"
-#include "../API/m_flash.h"
-#include "../API/m_spellchecker.h"
-#include "../API/m_mathmodule.h"
-#include "../API/m_historyevents.h"
-#include "../API/m_buttonbar.h"
-#include "../API/m_updater.h"
-#include "../API/m_smileyadd.h"
+#include "m_ieview.h"
+#include "m_popup2.h"
+#include "m_metacontacts.h"
+#include "m_fingerprint.h"
+#include "m_nudge.h"
+#include "m_folders.h"
+#include "m_msg_buttonsbar.h"
+#include "m_cln_skinedit.h"
+#include "m_flash.h"
+#include "m_spellchecker.h"
+#include "m_mathmodule.h"
+#include "m_historyevents.h"
+#include "m_buttonbar.h"
+#include "m_updater.h"
+#include "m_smileyadd.h"
#include "../include/msgs.h"
#include "../include/msgdlgutils.h"