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_proto.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_proto.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index b5cd44a0b3..9df6932cf8 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -23,23 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "jabber.h"
-
-#include <fcntl.h>
-#include <io.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-
-#include <m_genmenu.h>
-#include <m_icolib.h>
-
-#include "jabber_list.h"
#include "jabber_iq.h"
#include "jabber_caps.h"
#include "jabber_disco.h"
-#include "m_proto_listeningto.h"
-#include "m_modernopt.h"
-
#pragma warning(disable:4355)
static int compareTransports(const TCHAR *p1, const TCHAR *p2)
|