diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 10:50:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 10:50:20 +0000 |
commit | a85e238092f480e9de278ae507af710633fa2824 (patch) | |
tree | 6736cf3074c5e4e7da309e932074de041bc1ba96 /protocols/JabberG/jabber_proto.cpp | |
parent | c58de69f2936e24d2fa13eb415de963a4d7ca71f (diff) |
moving API to ExternalAPI folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@34 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber_proto.cpp')
-rw-r--r-- | protocols/JabberG/jabber_proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_proto.cpp b/protocols/JabberG/jabber_proto.cpp index ca849c5df3..21f067e12e 100644 --- a/protocols/JabberG/jabber_proto.cpp +++ b/protocols/JabberG/jabber_proto.cpp @@ -42,8 +42,8 @@ Last change by : $Author: m_mluhov $ #include "jabber_caps.h"
#include "jabber_disco.h"
-#include "sdk/m_proto_listeningto.h"
-#include "sdk/m_modernopt.h"
+#include "m_proto_listeningto.h"
+#include "m_modernopt.h"
#pragma warning(disable:4355)
|