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/IRCG/src/irc.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/IRCG/src/irc.h')
-rw-r--r-- | protocols/IRCG/src/irc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IRCG/src/irc.h b/protocols/IRCG/src/irc.h index a55661e0a4..3be89ed142 100644 --- a/protocols/IRCG/src/irc.h +++ b/protocols/IRCG/src/irc.h @@ -70,9 +70,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_ignore.h"
#include "m_chat.h"
#include "m_icolib.h"
-#include "m_ircscript.h"
+#include "m_string.h"
#include "win2k.h"
+#include "m_ircscript.h"
+
#include "resource.h"
#define IRC_QUICKCONNECT "/QuickConnectMenu"
@@ -98,8 +100,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define FILERESUME_CANCEL 11
struct CIrcProto;
-
-#include "mstring.h"
typedef CMStringA String;
// special service for tweaking performance, implemented in chat.dll
|