diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-25 12:08:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-25 12:08:14 +0000 |
commit | 6ce4b99cb3dc5522ecf8fa337de661055ef5708c (patch) | |
tree | 99c18755908a24bfd0675fd2f6ec57e4cc54039c /protocols/JabberG/src/jabber.h | |
parent | 795f8fd245582f4cc66b3320418b13b8e15729b0 (diff) |
MString removed from Jabber & IRC
git-svn-id: http://svn.miranda-ng.org/main/trunk@5824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 8df897d73d..1a20f671c9 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -86,6 +86,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_protosvc.h>
#include <m_protoint.h>
#include <m_skin.h>
+#include <m_string.h>
#include <m_timezones.h>
#include <m_toptoolbar.h>
#include <m_userinfo.h>
@@ -109,8 +110,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
-#include "MString.h"
-
#include "jabber_xml.h"
#include "jabber_byte.h"
#include "jabber_ibb.h"
|