diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-25 15:45:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-25 15:45:35 +0300 |
commit | 2fbcc27fe4fd3dd89d21b49c0332db2efe880ded (patch) | |
tree | f0c3c29c0590705bb21d829bf60999f8c401879b /plugins | |
parent | 054e517fb36a876ac658e612a7bd74b21363da06 (diff) |
SRMM internal structures & functions moved to the separate header file m_srmm_int.h
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Scriver/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Scriver/src/stdafx.h b/plugins/Scriver/src/stdafx.h index 221cb7b0ca..422d4fb8ae 100644 --- a/plugins/Scriver/src/stdafx.h +++ b/plugins/Scriver/src/stdafx.h @@ -62,6 +62,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_string.h>
#include <m_xstatus.h>
#include <m_chat_int.h>
+#include <m_srmm_int.h>
#include <win2k.h>
#include <m_ieview.h>
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index b9b6827200..b53148b5d1 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -79,6 +79,7 @@ #include <m_string.h>
#include <m_db_int.h>
#include <m_netlib.h>
+#include <m_srmm_int.h>
#include <m_ieview.h>
#include <m_metacontacts.h>
|