diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-20 20:00:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-20 20:00:33 +0000 |
commit | 637f01aa0494d91269ddbd3180d7e2f440fbf599 (patch) | |
tree | cd83ffd3a3f88eef8d37ce6132c9b771c116eef6 /protocols/JabberG/src/jabber_util.cpp | |
parent | 4ad5767f652e0ffd3ebf7df8d8f62a682277faa1 (diff) |
system headers moved to jabber.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@5432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_util.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_util.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber_util.cpp b/protocols/JabberG/src/jabber_util.cpp index b79a5b509c..69b2327e51 100644 --- a/protocols/JabberG/src/jabber_util.cpp +++ b/protocols/JabberG/src/jabber_util.cpp @@ -22,13 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "jabber.h"
-#include <richedit.h>
-#include "jabber_list.h"
#include "jabber_caps.h"
-#include "m_clistint.h"
-
extern CRITICAL_SECTION mutex;
extern int bSecureIM, bMirOTR, bNewGPG, bPlatform;
|