diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-06-25 06:25:17 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-06-25 06:25:17 +0000 |
commit | d4e9b322bef7d9a9a44fe76107a663d0806062a8 (patch) | |
tree | b95fce1a78560fd35488569368ba46726c26d481 /plugins/TabSRMM/src | |
parent | ed684b75dfd4e152b1b67b99ba45840db3328d13 (diff) |
private header moved to TabSRMM directory to avoid conflicts with CList_Nicer
git-svn-id: http://svn.miranda-ng.org/main/trunk@622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index 5dbe475c1a..a42af77b50 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -220,7 +220,6 @@ extern struct LIST_INTERFACE li; #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"
@@ -228,6 +227,7 @@ extern struct LIST_INTERFACE li; #include "m_updater.h"
#include "m_smileyadd.h"
+#include "../include/m_cln_skinedit.h"
#include "../include/buttonbar.h"
#include "../include/msgs.h"
#include "../include/msgdlgutils.h"
|